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 /** * Returns the size of a window * * @phpstub * * @param resource $window *..

Decoded Output download

<?php

/**
 * Returns the size of a window
 *
 * @phpstub
 *
 * @param resource $window
 * @param int $y
 * @param int $x
 *
 * @return void 
 */
function ncurses_getmaxyx($window, &$y, &$x)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the size of a window
 *
 * @phpstub
 *
 * @param resource $window
 * @param int $y
 * @param int $x
 *
 * @return void 
 */
function ncurses_getmaxyx($window, &$y, &$x)
{
}

Function Calls

None

Variables

None

Stats

MD5 5403b0413d8f49e5fa05db56e9f0297c
Eval Count 0
Decode Time 109 ms