mb_parse_str
(PHP 4 >= 4.0.6, PHP 5)
mb_parse_str — Parse GET/POST/COOKIE data and set global variable
Description
bool mb_parse_str
( string $encoded_string
[, array &$result
] )
Parameters
-
encoded_string
-
The URL encoded data.
-
result
-
An array containing decoded and character encoded converted values.
Return Values
Returns TRUE on success or FALSE on failure.