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 /** * Adds character at current position in a window and advance cursor * * @php..
Decoded Output download
<?php
/**
* Adds character at current position in a window and advance cursor
*
* @phpstub
*
* @param resource $window
* @param int $ch
*
* @return int
*/
function ncurses_waddch($window, $ch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Adds character at current position in a window and advance cursor
*
* @phpstub
*
* @param resource $window
* @param int $ch
*
* @return int
*/
function ncurses_waddch($window, $ch)
{
}
Function Calls
None |
Stats
MD5 | 205c7b2ee3dc5830219d8ca38ac7d477 |
Eval Count | 0 |
Decode Time | 79 ms |