PHP 8.3.4 Released!

SolrObject::getPropertyNames

(PECL solr >= 0.9.2)

SolrObject::getPropertyNamesDevuelve una matriz de todos los nombres de las propiedades

Descripción

public SolrObject::getPropertyNames(): array

Devuelve una matriz de todos los nombres de las propiedades.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve una matriz.

add a note

User Contributed Notes 1 note

up
1
dohpaz at nospam dot net
13 years ago
It should be noted that when using SolrObject::getPropertyNames(), the array keys have an invisible character that needs to be trim()'d to work correctly.
To Top