php8.5
Home/ Manual/ solr / solrparams/ SolrParams::getParam

SolrParams::getParam

PHP function Edit on GitHub ✎

(PECL solr >= 0.9.2)

Returns a parameter value

Description

SolrParams::getParam([string $param_name]): mixed

Returns a parameter with name param_name.

Parameters

param_name

The name of the parameter.

Return Values

Returns a String or an Array depending on the type of the parameter.

Source: reference/solr/solrparams/getparam.xml · from the official PHP manual (php/doc-en)