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 /** * Move current position and add character * * @phpstub * * @param int $y ..
Decoded Output download
<?php
/**
* Move current position and add character
*
* @phpstub
*
* @param int $y
* @param int $x
* @param int $c
*
* @return int
*/
function ncurses_mvaddch($y, $x, $c)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Move current position and add character
*
* @phpstub
*
* @param int $y
* @param int $x
* @param int $c
*
* @return int
*/
function ncurses_mvaddch($y, $x, $c)
{
}
Function Calls
None |
Stats
MD5 | 4da3758a7b0bc3f41e084d9282ec1c72 |
Eval Count | 0 |
Decode Time | 88 ms |