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 /** * Move position and delete character, shift rest of line left * * @phpstub ..

Decoded Output download

<?php

/**
 * Move position and delete character, shift rest of line left
 *
 * @phpstub
 *
 * @param int $y
 * @param int $x
 *
 * @return int
 */
function ncurses_mvdelch($y, $x)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move position and delete character, shift rest of line left
 *
 * @phpstub
 *
 * @param int $y
 * @param int $x
 *
 * @return int
 */
function ncurses_mvdelch($y, $x)
{
}

Function Calls

None

Variables

None

Stats

MD5 e3c90df2258bf1c15eeb4e106121e19d
Eval Count 0
Decode Time 91 ms