PHP Doku:: Build query string - function.http-build-str.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenhttp_build_str

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_throttle

http_build_url>>

http_build_str

(PECL pecl_http >= 0.23.0)

http_build_strBuild query string

Beschreibung

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

Opponent to parse_str().

Parameter-Liste

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

Rückgabewerte

Returns the built query as string on successIm Fehlerfall wird FALSE zurückgegeben..

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)