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 /** * Reads a line * * @phpstub * * @param string $prompt * * @return string..
Decoded Output download
<?php
/**
* Reads a line
*
* @phpstub
*
* @param string $prompt
*
* @return string Returns a single string from the user. The line returned has the ending
* newline removed.
*/
function readline($prompt = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reads a line
*
* @phpstub
*
* @param string $prompt
*
* @return string Returns a single string from the user. The line returned has the ending
* newline removed.
*/
function readline($prompt = NULL)
{
}
Function Calls
None |
Stats
MD5 | 650096dc413a647d2c85d7e827dbab4b |
Eval Count | 0 |
Decode Time | 83 ms |