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 /** * Add string at new position in window * * @phpstub * * @param resource $w..

Decoded Output download

<?php

/**
 * Add string at new position in window
 *
 * @phpstub
 *
 * @param resource $window
 * @param int $y
 * @param int $x
 * @param string $text
 *
 * @return int
 */
function ncurses_mvwaddstr($window, $y, $x, $text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add string at new position in window
 *
 * @phpstub
 *
 * @param resource $window
 * @param int $y
 * @param int $x
 * @param string $text
 *
 * @return int
 */
function ncurses_mvwaddstr($window, $y, $x, $text)
{
}

Function Calls

None

Variables

None

Stats

MD5 c814b75c46ffa51c66ad7539a9d1c7b9
Eval Count 0
Decode Time 103 ms