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 /** * Enables/Disable 8-bit meta key information * * @phpstub * * @param resou..
Decoded Output download
<?php
/**
* Enables/Disable 8-bit meta key information
*
* @phpstub
*
* @param resource $window
* @param bool $8bit
*
* @return int
*/
function ncurses_meta($window, $8bit)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Enables/Disable 8-bit meta key information
*
* @phpstub
*
* @param resource $window
* @param bool $8bit
*
* @return int
*/
function ncurses_meta($window, $8bit)
{
}
Function Calls
None |
Stats
MD5 | 884a209c208b2af6f01d86beb7059d37 |
Eval Count | 0 |
Decode Time | 83 ms |