|
PHP5中文手册
parse_str(PHP 4, PHP 5) parse_str — Parses the string into variables 说明
void parse_str
( string $str
[, array &$arr
] )
Parses str as if it were the query string passed via a URL and sets variables in the current scope.
参数
返回值无返回值。 更新日志
范例
Example#1 Using parse_str()
<?php |