PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

http_build_url> <http_throttle
Last updated: Fri, 22 Aug 2008

view this page in

http_build_str

(PECL pecl_http:0.23.0-1.5.5)

http_build_strBuild query string

Descripción

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

Opponent to parse_str().

Lista de parámetros

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

Valores retornados

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

Ver también



add a note add a note User Contributed Notes
http_build_str
There are no user contributed notes for this page.

http_build_url> <http_throttle
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites