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 /** * Add character at current position and advance cursor * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Add character at current position and advance cursor
*
* @phpstub
*
* @param int $ch
*
* @return int
*/
function ncurses_addch($ch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add character at current position and advance cursor
*
* @phpstub
*
* @param int $ch
*
* @return int
*/
function ncurses_addch($ch)
{
}
Function Calls
None |
Stats
MD5 | be921f2a97918c1d2a5a6c902f56d906 |
Eval Count | 0 |
Decode Time | 93 ms |