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 the order number for a map * * @phpstub * * @param string $domai..
Decoded Output download
<?php
/**
* Returns the order number for a map
*
* @phpstub
*
* @param string $domain
* @param string $map
*
* @return int Returns the order number for a map or false on error.
*/
function yp_order($domain, $map)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the order number for a map
*
* @phpstub
*
* @param string $domain
* @param string $map
*
* @return int Returns the order number for a map or false on error.
*/
function yp_order($domain, $map)
{
}
Function Calls
None |
Stats
MD5 | 5c6d1663f9e9434d5a43527cc52291b1 |
Eval Count | 0 |
Decode Time | 88 ms |