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 /** * Returns record of paradox database * * @phpstub * * @param resource $pxd..
Decoded Output download
<?php
/**
* Returns record of paradox database
*
* @phpstub
*
* @param resource $pxdoc
* @param int $num
* @param int $mode
*
* @return array Returns the aposth record from the paradox
* database. The record is returned as an associated array with its keys
* being the field names.
*/
function px_get_record($pxdoc, $num, $mode = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns record of paradox database
*
* @phpstub
*
* @param resource $pxdoc
* @param int $num
* @param int $mode
*
* @return array Returns the aposth record from the paradox
* database. The record is returned as an associated array with its keys
* being the field names.
*/
function px_get_record($pxdoc, $num, $mode = false)
{
}
Function Calls
None |
Stats
MD5 | c929506b558b216ae3548ef11f018b52 |
Eval Count | 0 |
Decode Time | 84 ms |