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 /** * Compare two rows for sorting purposes * * @phpstub * * @param array $row..
Decoded Output download
<?php
/**
* Compare two rows for sorting purposes
*
* @phpstub
*
* @param array $row_a
* @param array $row_b
* @param string $column_key
* @param int $flags
*
* @return int Returns if the
* is equal to , and
* or if the former is greater or is smaller than the
* latter one, respectively, or vice versa if the
* is set to .
*/
function dbx_compare($row_a, $row_b, $column_key, $flags = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Compare two rows for sorting purposes
*
* @phpstub
*
* @param array $row_a
* @param array $row_b
* @param string $column_key
* @param int $flags
*
* @return int Returns if the
* is equal to , and
* or if the former is greater or is smaller than the
* latter one, respectively, or vice versa if the
* is set to .
*/
function dbx_compare($row_a, $row_b, $column_key, $flags = false)
{
}
Function Calls
None |
Stats
MD5 | 91a554732bfc592264fe0257bcc7c9e1 |
Eval Count | 0 |
Decode Time | 71 ms |