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 /** * Open a centered window of the specified size * * @phpstub * * @param int..

Decoded Output download

<?php

/**
 * Open a centered window of the specified size
 *
 * @phpstub
 *
 * @param int $width
 * @param int $height
 * @param string $title
 *
 * @return int Undefined value.
 */
function newt_centered_window($width, $height, $title = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Open a centered window of the specified size
 *
 * @phpstub
 *
 * @param int $width
 * @param int $height
 * @param string $title
 *
 * @return int Undefined value.
 */
function newt_centered_window($width, $height, $title = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 3dcc7cf4a11379bc069b30f5c62982b2
Eval Count 0
Decode Time 113 ms