HttpQueryString::set

(PECL pecl_http >= 0.22.0)

HttpQueryString::setSet query string params

Опис

public string HttpQueryString::set ( mixed $params )

Set query string entry/entries. NULL values will unset the variable.

Параметри

params

query string params to add

Значення, що повертаються

Returns the current query string.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top