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

search for in the

HttpRequest::setRawPostData> <HttpRequest::setPutFile
[edit] Last updated: Fri, 07 Jun 2013

view this page in

HttpRequest::setQueryData

(PECL pecl_http >= 0.10.0)

HttpRequest::setQueryDataクエリデータを設定する

説明

public bool HttpRequest::setQueryData ( mixed $query_data )

使用する URL クエリパラメータを設定します。 事前に設定されているクエリパラメータを上書きします。

あらゆる型のリクエストに影響します。

パラメータ

query_data

エンコード済みのクエリ文字列、 あるいはエンコードするクエリフィールドを含む連想配列。 空のデータを渡した場合は、 クエリデータの設定が削除されます。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes HttpRequest::setQueryData - [0 notes]
There are no user contributed notes for this page.

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