The HttpQueryString class
PHP 手册

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


The HttpQueryString class
PHP 手册