|
parse_strParses the string into variables Description
void parse_str
( string
$encoded_string
[, array &$result
] )
Parses Parameters
Return ValuesNo value is returned. Changelog
Examples
Example #1 Using parse_str
<?php
Because variables in PHP can't have dots and spaces in their names,
those are converted to underscores. Same applies to naming of
respective key names in case of using this function with
Example #2 parse_str name mangling
<?php Notes
See Also
|