PHP 8.3.4 Released!

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 un parámetro dado con el nombre param_name

Parámetros

param_name

El nombre del parámetro

Valores devueltos

Devuelve una cadena o una matriz dependiendo del tipo del parámetro

add a note

User Contributed Notes

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