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 /** * Gets/sets various internal readline variables * * @phpstub * * @param st..
Decoded Output download
<?php
/**
* Gets/sets various internal readline variables
*
* @phpstub
*
* @param string $varname
* @param string $newvalue
*
* @return mixed If called with no parameters, this function returns an array of
* values for all the setting readline uses. The elements will
* be indexed by the following values: done, end, erase_empty_line,
* library_version, line_buffer, mark, pending_input, point, prompt,
* readline_name, and terminal_name.
*/
function readline_info($varname = NULL, $newvalue = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets/sets various internal readline variables
*
* @phpstub
*
* @param string $varname
* @param string $newvalue
*
* @return mixed If called with no parameters, this function returns an array of
* values for all the setting readline uses. The elements will
* be indexed by the following values: done, end, erase_empty_line,
* library_version, line_buffer, mark, pending_input, point, prompt,
* readline_name, and terminal_name.
*/
function readline_info($varname = NULL, $newvalue = NULL)
{
}
Function Calls
None |
Stats
MD5 | 8abd418f923f0679ae404144b8c7a720 |
Eval Count | 0 |
Decode Time | 84 ms |