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 /** * Returns the current cursor position for a window * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Returns the current cursor position for a window
*
* @phpstub
*
* @param resource $window
* @param int $y
* @param int $x
*
* @return void
*/
function ncurses_getyx($window, &$y, &$x)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the current cursor position for a window
*
* @phpstub
*
* @param resource $window
* @param int $y
* @param int $x
*
* @return void
*/
function ncurses_getyx($window, &$y, &$x)
{
}
Function Calls
None |
Stats
MD5 | e5022d1570e126e4547f3c8e8fd89402 |
Eval Count | 0 |
Decode Time | 82 ms |