PHP string parse_str() FunctionPHP string parse_str() is in-built function. It is used to parse the string into variables. Syntax:
Example 1Output: Array ( [name] => John [age] => 26 ) Example 2Output: Your Name:John Your Age:26 Example 3Output: JavaTpoint Example 4Output: PHP
Next TopicPHP String
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week