mb_parse_str

Example

 bool mb_parse_str ( string $encoded_string [, array &$result ] ) 

Description

Parse GET/POST/COOKIE data and set global variable

Return Values

Returns TRUE on success or FALSE on failure.