PHP Doku:: HttpQueryString singleton - function.httpquerystring-singleton.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPThe HttpQueryString classHttpQueryString::singleton

Ein Service von Reinhard Neidl - Webprogrammierung.

The HttpQueryString class

<<HttpQueryString::set

HttpQueryString::toArray>>

HttpQueryString::singleton

(PECL pecl_http >= 0.25.0)

HttpQueryString::singletonHttpQueryString singleton

Beschreibung

static public HttpQueryString HttpQueryString::singleton ([ bool $global = true ] )

Get a single instance (differentiates between the global setting).

Parameter-Liste

global

whether to operate on $_GET and $_SERVER['QUERY_STRING']

Rückgabewerte

Returns always the same HttpQueryString instance regarding the global setting.

Fehler/Exceptions

Throws HttpRuntimeException.


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",...)