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