HttpQueryString::singleton

(PECL pecl_http >= 0.25.0)

HttpQueryString::singletonHttpQueryString singleton

Beskrivelse

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

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

Parametre

global

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

Returnerings Værdier

Returns always the same HttpQueryString instance regarding the global setting.

Fejl/Undtagelser

Throws HttpRuntimeException.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top