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 /** * Checks if terminal color definitions can be changed * * @phpstub * * @re..

Decoded Output download

<?php

/**
 * Checks if terminal color definitions can be changed
 *
 * @phpstub
 *
 * @return bool Return true if the programmer can change color definitions,
 *              false otherwise.
 */
function ncurses_can_change_color()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Checks if terminal color definitions can be changed
 *
 * @phpstub
 *
 * @return bool Return true if the programmer can change color definitions,
 *              false otherwise.
 */
function ncurses_can_change_color()
{
}

Function Calls

None

Variables

None

Stats

MD5 b3c4991f28c5642072e3d0a75ad0d2e7
Eval Count 0
Decode Time 88 ms