PHP » GoLang |
login |
register |
about
|
parse_str(PHP 4, PHP 5, PHP 7) parse_str — Parses 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
|
more
Recently updated
more
Most requested
more
Last requests
|