The HttpQueryString class
PHP Manual

HttpQueryString::singleton

(PECL pecl_http >= 0.25.0)

HttpQueryString::singletonHttpQueryString singleton

Описание

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

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

Параметри

global

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

Връщани стойности

Returns always the same HttpQueryString instance regarding the global setting.

Грешки/Изключения

Throws HttpRuntimeException.


The HttpQueryString class
PHP Manual