Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
parse_str « Utility Function « PHP
PHP
Utility Function
parse_str
1.
void parse_str ( string str [, array &arr;] ) take a query string and convert it to variables
2.
Pass an array as the second parameter to parse_str( ), and it will put the variables into there