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 /** * Draw a horizontal line at current position using an attributed character and..
Decoded Output download
<?php
/**
* Draw a horizontal line at current position using an attributed character and max. n characters long
*
* @phpstub
*
* @param int $charattr
* @param int $n
*
* @return int
*/
function ncurses_hline($charattr, $n)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Draw a horizontal line at current position using an attributed character and max. n characters long
*
* @phpstub
*
* @param int $charattr
* @param int $n
*
* @return int
*/
function ncurses_hline($charattr, $n)
{
}
Function Calls
None |
Stats
MD5 | e341e78197f879df42e8abafeb3a603e |
Eval Count | 0 |
Decode Time | 81 ms |