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 /** * Output text at current position * * @phpstub * * @param string $text * ..
Decoded Output download
<?php
/**
* Output text at current position
*
* @phpstub
*
* @param string $text
*
* @return int
*/
function ncurses_addstr($text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Output text at current position
*
* @phpstub
*
* @param string $text
*
* @return int
*/
function ncurses_addstr($text)
{
}
Function Calls
None |
Stats
MD5 | 77c2b979bfda5a1668465017d92a5447 |
Eval Count | 0 |
Decode Time | 113 ms |