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 /** * Copies window to virtual screen * * @phpstub * * @param resource $window..

Decoded Output download

<?php

/**
 * Copies window to virtual screen
 *
 * @phpstub
 *
 * @param resource $window
 *
 * @return int
 */
function ncurses_wnoutrefresh($window)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Copies window to virtual screen
 *
 * @phpstub
 *
 * @param resource $window
 *
 * @return int
 */
function ncurses_wnoutrefresh($window)
{
}

Function Calls

None

Variables

None

Stats

MD5 f2d61a90b4d373d8eb908117ab5ae3a3
Eval Count 0
Decode Time 72 ms