update : 2015.11.03
php.shukuma.com

검색:
 
 
HttpQueryString singleton

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.