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 /** * Put a character back into the input stream * * @phpstub * * @param int $..
Decoded Output download
<?php
/**
* Put a character back into the input stream
*
* @phpstub
*
* @param int $keycode
*
* @return int
*/
function ncurses_ungetch($keycode)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Put a character back into the input stream
*
* @phpstub
*
* @param int $keycode
*
* @return int
*/
function ncurses_ungetch($keycode)
{
}
Function Calls
None |
Stats
MD5 | aff4a647f9113d8071b2a15ab89e6440 |
Eval Count | 0 |
Decode Time | 81 ms |