mb_parse_str
Parse GET/POST/COOKIE data and set global variable
Description
bool mb_parse_str(string $string
, array &$result
)
Parameters
-
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.
See Also
- mb_detect_order
- mb_internal_encoding