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 |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India