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 /** * Check for presence of a function key on terminal keyboard * * @phpstub * ..

Decoded Output download

<?php

/**
 * Check for presence of a function key on terminal keyboard
 *
 * @phpstub
 *
 * @param int $keycode
 *
 * @return int
 */
function ncurses_has_key($keycode)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check for presence of a function key on terminal keyboard
 *
 * @phpstub
 *
 * @param int $keycode
 *
 * @return int
 */
function ncurses_has_key($keycode)
{
}

Function Calls

None

Variables

None

Stats

MD5 4c2d8e7c794db6eed50657d2b6533c0f
Eval Count 0
Decode Time 75 ms