HttpQueryString
PHP Manual

HttpQueryString::set

(PECL pecl_http >= 0.22.0)

HttpQueryString::setSet query string params

Beschreibung

public string HttpQueryString::set ( mixed $params )

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

Parameter-Liste

params

query string params to add

Rückgabewerte

Returns the current query string.


HttpQueryString
PHP Manual