PHP 8.5.0 Alpha 1 available for testing

SolrParams::getParam

(PECL solr >= 0.9.2)

SolrParams::getParamDevuelve el valor de un parámetro

Descripción

final public SolrParams::getParam(string $param_name = ?): mixed

Devuelve el valor de un parámetro.

Parámetros

param_name

Nombre del parámetro.

Valores devueltos

Devuelve un chaîne de caractères o un array según el tipo del parámetro.

add a note

User Contributed Notes

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