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 /** * Turns off attributes for a window * * @phpstub * * @param resource $wind..
Decoded Output download
<?php
/**
* Turns off attributes for a window
*
* @phpstub
*
* @param resource $window
* @param int $attrs
*
* @return int
*/
function ncurses_wattroff($window, $attrs)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Turns off attributes for a window
*
* @phpstub
*
* @param resource $window
* @param int $attrs
*
* @return int
*/
function ncurses_wattroff($window, $attrs)
{
}
Function Calls
None |
Stats
MD5 | 970c4eb6e1acd4b0be436360af4ea916 |
Eval Count | 0 |
Decode Time | 105 ms |