HttpRequest::setQueryData
(PECL pecl_http >= 0.10.0)
HttpRequest::setQueryData — Set query data
说明
Set the URL query parameters to use, overwriting previously set query parameters.
Affects any request types.
参数
-
query_data -
a string or associative array parameter containing the pre-encoded query string or to be encoded query fields; if empty, the query data will be unset
返回值
成功时返回 TRUE, 或者在失败时返回 FALSE。
There are no user contributed notes for this page.
