HttpQueryString::mod

(PECL pecl_http >= 1.1.0)

HttpQueryString::modModifiy query string copy

Опис

public HttpQueryString HttpQueryString::mod ( mixed $params )

Copies the query string object and sets provided params at the clone.

Параметри

params

query string params to add

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

Returns a new HttpQueryString object

add a note add a note

User Contributed Notes

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