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 /** * Initializes color functionality * * @phpstub * * @return int Returns on..
Decoded Output download
<?php
/**
* Initializes color functionality
*
* @phpstub
*
* @return int Returns on success, or if the
* color table could not be allocated or ncurses was not initialized.
*/
function ncurses_start_color()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Initializes color functionality
*
* @phpstub
*
* @return int Returns on success, or if the
* color table could not be allocated or ncurses was not initialized.
*/
function ncurses_start_color()
{
}
Function Calls
None |
Stats
MD5 | ba234e07c9bdfa711b49191b9206a2b1 |
Eval Count | 0 |
Decode Time | 1117 ms |