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 /** * Parses the string into variables * * @phpstub * * @param string $str * ..
Decoded Output download
<?php
/**
* Parses the string into variables
*
* @phpstub
*
* @param string $str
* @param array $arr
*
* @return void
*/
function parse_str($str, &$arr = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Parses the string into variables
*
* @phpstub
*
* @param string $str
* @param array $arr
*
* @return void
*/
function parse_str($str, &$arr = array())
{
}
Function Calls
None |
Stats
MD5 | ea74d4cc31a5b958d92f1601692fb6fa |
Eval Count | 0 |
Decode Time | 110 ms |