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 /** * Import GET/POST/Cookie variables into the global scope * * @phpstub * * ..

Decoded Output download

<?php

/**
 * Import GET/POST/Cookie variables into the global scope
 *
 * @phpstub
 *
 * @param string $types
 * @param string $prefix
 *
 * @return bool 
 */
function import_request_variables($types, $prefix = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Import GET/POST/Cookie variables into the global scope
 *
 * @phpstub
 *
 * @param string $types
 * @param string $prefix
 *
 * @return bool 
 */
function import_request_variables($types, $prefix = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 e3c334efc9b3d1ba432e1d6024be63b9
Eval Count 0
Decode Time 130 ms