Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<http_throttlehttp_build_url>
Last updated: Tue, 19 Sep 2006

http_build_str

(no version information, might be only in CVS)

http_build_str -- Build query string

Description

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

Opponent to parse_str().

Parameters

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

Return Values

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




<http_throttlehttp_build_url>
Last updated: Tue, 19 Sep 2006