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 /** * Adds a line to the history * * @phpstub * * @param string $line * * @r..
Decoded Output download
<?php
/**
* Adds a line to the history
*
* @phpstub
*
* @param string $line
*
* @return bool
*/
function readline_add_history($line)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Adds a line to the history
*
* @phpstub
*
* @param string $line
*
* @return bool
*/
function readline_add_history($line)
{
}
Function Calls
None |
Stats
MD5 | 9157766d73f3d8e66aeebc47d568947f |
Eval Count | 0 |
Decode Time | 100 ms |