PHP 8.3.4 Released!

SolrParams::set

(PECL solr >= 0.9.2)

SolrParams::setAlias of SolrParams::setParam()

Description

final public SolrParams::set(string $name, string $value): void

An alias of SolrParams::setParam

Parameters

name

Then name of the parameter

value

The parameter value

Return Values

Returns an instance of the SolrParams object on success

add a note

User Contributed Notes

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