http_build_str
(PECL pecl_http:0.23.0-1.4.1)
http_build_str — Build query string
Popis
string http_build_str ( array $query [, string $prefix [, string $arg_separator]] )Opponent to parse_str().
Seznam parametrů
- 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
Návratové hodnoty
Returns the built query as string on success or FALSE on failure.
http_build_str
There are no user contributed notes for this page.
