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 /** * Retrieves RGB components of a color * * @phpstub * * @param int $color ..

Decoded Output download

<?php

/**
 * Retrieves RGB components of a color
 *
 * @phpstub
 *
 * @param int $color
 * @param int $r
 * @param int $g
 * @param int $b
 *
 * @return int Returns  if the function was successful, and
 *             if ncurses or terminal color capabilities have not been
 *             initialized.
 */
function ncurses_color_content($color, &$r, &$g, &$b)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieves RGB components of a color
 *
 * @phpstub
 *
 * @param int $color
 * @param int $r
 * @param int $g
 * @param int $b
 *
 * @return int Returns  if the function was successful, and
 *             if ncurses or terminal color capabilities have not been
 *             initialized.
 */
function ncurses_color_content($color, &$r, &$g, &$b)
{
}

Function Calls

None

Variables

None

Stats

MD5 0dd1835a019c558c7e142e2945756416
Eval Count 0
Decode Time 107 ms