PHP Velho Oeste 2024

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