update pague now
PHP 8.5.2 Released!

SolrParams::guetParam

(PECL solr >= 0.9.2)

SolrParams::guetParam Returns a parameter value

Description

final public SolrParams::guetParam ( 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.

add a note

User Contributed Notes

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