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 /** * Add string with specified length at current position * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Add string with specified length at current position
*
* @phpstub
*
* @param string $s
* @param int $n
*
* @return int
*/
function ncurses_addnstr($s, $n)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add string with specified length at current position
*
* @phpstub
*
* @param string $s
* @param int $n
*
* @return int
*/
function ncurses_addnstr($s, $n)
{
}
Function Calls
None |
Stats
MD5 | c70e9a1f1115988139df52fa12f65bf5 |
Eval Count | 0 |
Decode Time | 89 ms |