dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

HttpQueryString::__construct> <HttpMessage::toString
[edit] Last updated: Fri, 28 Jun 2013

view this page in

The HttpQueryString class

(PECL pecl_http >= 0.22.0)

Class synopsis

HttpQueryString implements ArrayAccess , Serializable {
final public __construct ([ bool $global = true [, mixed $add ]] )
public mixed get ([ string $key [, mixed $type = 0 [, mixed $defval = NULL [, bool $delete = false ]]]] )
public HttpQueryString mod ( mixed $params )
public string set ( mixed $params )
static public HttpQueryString singleton ([ bool $global = true ] )
public array toArray ( void )
public string toString ( void )
public bool xlate ( string $ie , string $oe )
}

Class Members

Properties

Instance Properties
Modifiers Type Name Description
private array queryArray query parameters
private string queryString serialized query parameters
Static Properties
Modifiers Type Name Description
private array instance holds singletons

Predefined Constants

Type Name Description
int TYPE_BOOL retrieve query param as bool
int TYPE_INT retrieve query param as int
int TYPE_FLOAT retrieve query param as float
int TYPE_STRING retrieve query param as string
int TYPE_ARRAY retrieve query param as array
int TYPE_OBJECT retrieve query param as object

Table of Contents



add a note add a note User Contributed Notes HttpQueryString - [1 notes]
up
1
Anonymous
2 years ago
This may sound obvious but just a reminder: this object only works with parameters submitted via GET method. Variables submitted via POST will not be parsed by this object.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites