void parse_str (string str)
Parses str as if it were the query string passed via an URL and sets variables in the current scope.
Example 1. Using parse_str()
|
Note: This currently requires register_globals=on to be set in php.ini, this behaviour may change in the future (After 4.0.2) and this function might well also return an array of values.