HttpQueryString::mod

(PECL pecl_http >= 1.1.0)

HttpQueryString::modModifiy query string copy

Beskrivelse

public HttpQueryString HttpQueryString::mod ( mixed $params )

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

Parametre

params

query string params to add

Returnerings Værdier

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