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 add attributed string * * @phpstub * * @param int $y ..

Decoded Output download

<?php

/**
 * Move position and add attributed string
 *
 * @phpstub
 *
 * @param int $y
 * @param int $x
 * @param string $s
 *
 * @return int
 */
function ncurses_mvaddchstr($y, $x, $s)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move position and add attributed string
 *
 * @phpstub
 *
 * @param int $y
 * @param int $x
 * @param string $s
 *
 * @return int
 */
function ncurses_mvaddchstr($y, $x, $s)
{
}

Function Calls

None

Variables

None

Stats

MD5 b491f90064948746abdea40653131074
Eval Count 0
Decode Time 82 ms