PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpQueryString::get> <Classe HttpQueryString
Last updated: Fri, 14 Nov 2008

view this page in

HttpQueryString::__construct

(PECL pecl_http:0.22.0-1.5.5)

HttpQueryString::__constructConstructeur de la classe HttpQueryString

Description

final public void HttpQueryString::__construct ([ bool $global = TRUE [, mixed $add ]] )

Crée une nouvelle instance de l'objet HttpQueryString.

Opère sur et modifie $_GET et $_SERVER['QUERY_STRING'] si le paramètre global = TRUE vaut TRUE.

Liste de paramètres

global

si l'on doit opérer directement sur $_GET et $_SERVER['QUERY_STRING']

add

paramètres additionnels/initiaux de la requête

Erreurs / Exceptions

Lance une exception HttpRuntimeException.



add a note add a note User Contributed Notes
HttpQueryString::__construct
There are no user contributed notes for this page.

HttpQueryString::get> <Classe HttpQueryString
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites