SolrParams::addParam

(PECL solr >= 0.9.2)

SolrParams::addParamAdds a parameter to the object

Descrierea

public SolrParams::addParam ( string $name , string $value ) : SolrParams

Adds a parameter to the object. This is used for parameters that can be specified multiple times.

Parametri

name

Name of parameter

value

Value of parameter

Valorile întoarse

Returns a SolrParam object on success and false on failure.

add a note add a note

User Contributed Notes

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