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 /** * Sets sorting criteria * * @phpstub * * @param resource $id * @param str..
Decoded Output download
<?php
/**
* Sets sorting criteria
*
* @phpstub
*
* @param resource $id
* @param string $criteria
*
* @return void
*/
function yaz_sort($id, $criteria)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets sorting criteria
*
* @phpstub
*
* @param resource $id
* @param string $criteria
*
* @return void
*/
function yaz_sort($id, $criteria)
{
}
Function Calls
None |
Stats
MD5 | 9bc91f7b97a989113a482a37de9eff42 |
Eval Count | 0 |
Decode Time | 76 ms |