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 get attributed character at new position * * @phpstub *..

Decoded Output download

<?php

/**
 * Move position and get attributed character at new position
 *
 * @phpstub
 *
 * @param int $y
 * @param int $x
 *
 * @return int
 */
function ncurses_mvinch($y, $x)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move position and get attributed character at new position
 *
 * @phpstub
 *
 * @param int $y
 * @param int $x
 *
 * @return int
 */
function ncurses_mvinch($y, $x)
{
}

Function Calls

None

Variables

None

Stats

MD5 a2d5ad2a4ecbbc0534ddba4d753e0402
Eval Count 0
Decode Time 93 ms