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 /** * Set new position and draw a horizontal line using an attributed character an..
Decoded Output download
<?php
/**
* Set new position and draw a horizontal line using an attributed character and max. n characters long
*
* @phpstub
*
* @param int $y
* @param int $x
* @param int $attrchar
* @param int $n
*
* @return int
*/
function ncurses_mvhline($y, $x, $attrchar, $n)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set new position and draw a horizontal line using an attributed character and max. n characters long
*
* @phpstub
*
* @param int $y
* @param int $x
* @param int $attrchar
* @param int $n
*
* @return int
*/
function ncurses_mvhline($y, $x, $attrchar, $n)
{
}
Function Calls
None |
Stats
MD5 | 74f11a7953832eef34a7352db2af9713 |
Eval Count | 0 |
Decode Time | 78 ms |