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 /** * Delete line at current position, move rest of screen up * * @phpstub * *..
Decoded Output download
<?php
/**
* Delete line at current position, move rest of screen up
*
* @phpstub
*
* @return bool Returns false on success, otherwise true.
*/
function ncurses_deleteln()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Delete line at current position, move rest of screen up
*
* @phpstub
*
* @return bool Returns false on success, otherwise true.
*/
function ncurses_deleteln()
{
}
Function Calls
None |
Stats
MD5 | a95a5ec36376f4a783592a3e681d6794 |
Eval Count | 0 |
Decode Time | 83 ms |