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 /** * Erase window contents * * @phpstub * * @param resource $window * * @re..

Decoded Output download

<?php

/**
 * Erase window contents
 *
 * @phpstub
 *
 * @param resource $window
 *
 * @return int
 */
function ncurses_werase($window)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Erase window contents
 *
 * @phpstub
 *
 * @param resource $window
 *
 * @return int
 */
function ncurses_werase($window)
{
}

Function Calls

None

Variables

None

Stats

MD5 70d50b251133d52e06c0304159e8ac22
Eval Count 0
Decode Time 80 ms