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

search for in the

HttpQueryString::__construct> <HttpMessage::setResponseStatus
Last updated: Fri, 01 Jun 2007

view this page in

HttpQueryString

(No version information available, might be only in CVS)

HttpQueryString — HTTP Query String Class

Synopsis

   class HttpQueryString implements Serializable, ArrayAccess
  

Class Members

Properties

Table 111. Instance Properties

ModifiersTypeNameDescription
privatearrayqueryArrayquery parameters
privatestringqueryStringserialized query parameters

Table 112. Static Properties

ModifiersTypeNameDescription
privatearrayinstanceholds singletons

Predefined Constants

Table 113. 

TypeNameDescription
intTYPE_BOOLretrieve query param as bool
intTYPE_INTretrieve query param as int
intTYPE_FLOATretrieve query param as float
intTYPE_STRINGretrieve query param as string
intTYPE_ARRAYretrieve query param as array
intTYPE_OBJECTretrieve query param as object

Methods

HttpQueryString::construct()
HttpQueryString::singleton()
HttpQueryString::get()
HttpQueryString::mod()
HttpQueryString::set()
HttpQueryString::toArray()
HttpQueryString::toString()
HttpQueryString::xlate()


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

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