SolrObject::getPropertyNames
PHP Manual
PHP Manual»SolrObject»SolrObject::getPropertyNames

SolrObject::getPropertyNames

(PECL solr >= 0.9.2)

SolrObject::getPropertyNamesReturns an array of all the names of the properties

Descrizione

public function SolrObject::getPropertyNames(): array

Returns an array of all the names of the properties

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an array.

To Top