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 /** * Reads string from terminal screen * * @phpstub * * @param string $buffer..

Decoded Output download

<?php

/**
 * Reads string from terminal screen
 *
 * @phpstub
 *
 * @param string $buffer
 *
 * @return int Returns the number of characters.
 */
function ncurses_instr(&$buffer)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Reads string from terminal screen
 *
 * @phpstub
 *
 * @param string $buffer
 *
 * @return int Returns the number of characters.
 */
function ncurses_instr(&$buffer)
{
}

Function Calls

None

Variables

None

Stats

MD5 570f24a9dc9ed9677b05f9d1cb403fed
Eval Count 0
Decode Time 73 ms