PHP Dokumentation: Function httpquerystring-singleton
12. Januar 2010 von werner
HttpQueryString::singleton
(PECL pecl_http >= 0.25.0)
HttpQueryString::singleton — HttpQueryString singleton
Beschreibung
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.