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 /** * Parse GET/POST/COOKIE data and set global variable * * @phpstub * * @par..

Decoded Output download

<?php

/**
 * Parse GET/POST/COOKIE data and set global variable
 *
 * @phpstub
 *
 * @param string $encoded_string
 * @param array $result
 *
 * @return bool 
 */
function mb_parse_str($encoded_string, &$result = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Parse GET/POST/COOKIE data and set global variable
 *
 * @phpstub
 *
 * @param string $encoded_string
 * @param array $result
 *
 * @return bool 
 */
function mb_parse_str($encoded_string, &$result = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 c550542e38e6b5ede90b71dc4c77f0bf
Eval Count 0
Decode Time 108 ms