PHP 8.4.6 Released!

SolrParams::get

(PECL solr >= 0.9.2)

SolrParams::getAlias of SolrParams::getParam()

Description

final public SolrParams::get(string $param_name): mixed

This is an alias for SolrParams::getParam

Parameters

param_name

Then name of the parameter

Return Values

Returns an array or string depending on the type of parameter

User Contributed Notes

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