PHP Velho Oeste 2024

HttpQueryString::singleton

(PECL pecl_http >= 0.25.0)

HttpQueryString::singletonSingleton HttpQueryString

Descripción

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

Obtiene una única instancia (hace distinción dependiendo del valor del paámetro global).

Parámetros

global

si se opera en $_GET o $_SERVER['QUERY_STRING']

Valores devueltos

Siempre devuelve la misma instancia de HttpQueryString, teniendo en cuenta el parámetro global.

Errores/Excepciones

Lanza HttpRuntimeException.

add a note add a note

User Contributed Notes

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