Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Return lots of information about a paradox file * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Return lots of information about a paradox file
*
* @phpstub
*
* @param resource $pxdoc
*
* @return array Returns an associated array with lots of information about a paradox
* file. This array is likely to be extended in the future.
*/
function px_get_info($pxdoc)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return lots of information about a paradox file
*
* @phpstub
*
* @param resource $pxdoc
*
* @return array Returns an associated array with lots of information about a paradox
* file. This array is likely to be extended in the future.
*/
function px_get_info($pxdoc)
{
}
Function Calls
None |
Stats
MD5 | 60b2d556e2431598b999660b0e0ae8fe |
Eval Count | 0 |
Decode Time | 104 ms |