Home > PHP > Function > > HttpQueryString::set()

HttpQueryString::set()

HttpQueryString::set - Set query string params

Syntax

public HttpQueryString::set (mixed $params)

Arguments

  • params - query string params to add

Description

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

Version

PHP PECL pecl_http >= 0.22.0

Return value

Returns the current query string.