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 /** * Sort a result from a dbx_query by a custom sort function * * @phpstub * ..
Decoded Output download
<?php
/**
* Sort a result from a dbx_query by a custom sort function
*
* @phpstub
*
* @param object $result
* @param string $user_compare_function
*
* @return bool
*/
function dbx_sort($result, $user_compare_function)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sort a result from a dbx_query by a custom sort function
*
* @phpstub
*
* @param object $result
* @param string $user_compare_function
*
* @return bool
*/
function dbx_sort($result, $user_compare_function)
{
}
Function Calls
None |
Stats
MD5 | 2699816c5346164c0a3b04b323583219 |
Eval Count | 0 |
Decode Time | 127 ms |