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

search for in the

HttpQueryString::__construct> <HttpMessage::toString
Last updated: Fri, 09 Jan 2009

view this page in

HttpQueryString クラス

クラス概要

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

クラスのメンバ

プロパティ

インスタンスプロパティ
アクセス範囲 名前 説明
private array queryArray クエリパラメータ
private string queryString シリアライズしたクエリパラメータ
静的なプロパティ
アクセス範囲 名前 説明
private array instance シングルトン

定義済み定数

名前 説明
int TYPE_BOOL クエリパラメータを bool 型で取得する
int TYPE_INT クエリパラメータを int 型で取得する
int TYPE_FLOAT クエリパラメータを float 型で取得する
int TYPE_STRING クエリパラメータを string 型で取得する
int TYPE_ARRAY クエリパラメータを array 型で取得する
int TYPE_OBJECT クエリパラメータを object 型で取得する

目次



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

HttpQueryString::__construct> <HttpMessage::toString
Last updated: Fri, 09 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites