HTTP 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

http_build_str

(PECL pecl_http >= 0.23.0)

http_build_strBuild query string

说明

string http_build_str ( array $query [, string $prefix [, string $arg_separator ]] )

Opponent to parse_str().

参数

query

associative array of query string parameters

prefix

top level prefix

arg_separator

argument separator to use (by default the INI setting arg_separator.output will be used, or "&" if neither is set

返回值

Returns the built query as string on success or FALSE on failure.

参见


HTTP 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程