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