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 /** * Return a specific character * * @phpstub * * @param int $ascii * * @re..
Decoded Output download
<?php
/**
* Return a specific character
*
* @phpstub
*
* @param int $ascii
*
* @return string Returns the specified character.
*/
function chr($ascii)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return a specific character
*
* @phpstub
*
* @param int $ascii
*
* @return string Returns the specified character.
*/
function chr($ascii)
{
}
Function Calls
None |
Stats
MD5 | f9b856b05bd410c926048fec93046872 |
Eval Count | 0 |
Decode Time | 78 ms |