HttpQueryString::set

(PECL pecl_http >= 0.22.0)

HttpQueryString::setSet query string params

Beskrivelse

public string HttpQueryString::set ( mixed $params )

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

Parametre

params

query string params to add

Returnerings Værdier

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