parse_str() 函数将查询字符串解析为变量。
笔记:笔记:php.ini 文件中的 magic_quotes_gpc 设置会影响该函数的输出。如果启用,变量将在由 parse_str() 解析之前由addslashes() 转换。
parse_str(
string,array)
Parameter | Description |
---|---|
string | Required. Specifies the string to parse |
array | Optional (Required from PHP 7.2). Specifies the name of an array to store the variables. This parameter indicates that the variables will be stored in an array. |
返回值: | 没有返回值 |
---|---|
PHP 版本: | 4+ |
变更日志: | PHP 7.2.0 - 的数组参数为必填项。 PHP 4.0.3 - 添加了数组范围。 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!