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 /** * Delete a ncurses window * * @phpstub * * @param resource $window * * @..
Decoded Output download
<?php
/**
* Delete a ncurses window
*
* @phpstub
*
* @param resource $window
*
* @return bool
*/
function ncurses_delwin($window)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Delete a ncurses window
*
* @phpstub
*
* @param resource $window
*
* @return bool
*/
function ncurses_delwin($window)
{
}
Function Calls
None |
Stats
MD5 | 485d669f708ee2f98755c56913991ff7 |
Eval Count | 0 |
Decode Time | 96 ms |