parse_str() - string
Parses str as if it were the query string
passed via a URL and sets variables in the current scope.
Parameters :
str - The input string. arr - If the second parameter arr is present,
variables are stored in this variable as array elements instead.
Syntax
void parse_str
( string $str
[, array &$arr
] )
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference