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, 10 Oct 2008

view this page in

http_build_str

(PECL pecl_http:0.23.0-1.5.5)

http_build_strConstruit une URL à partir d'une chaîne de caractères

Description

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

Cette fonction est l'inverse de la fonction parse_str().

Liste de paramètres

query

tableau associatif de paramètres pour la construction de l'URL

prefix

Préfixe de premier niveau

arg_separator

séparateur à utiliser (par défaut, ce sera le contenu de la variable de configuration INI arg_separator.output) ou "&" si rien n'est défini

Valeurs de retour

Retourne l'URL construite sous la forme d'une chaîne de caractères ou FALSE si une erreur survient.

Voir aussi



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, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites