PHP Doku:: Returns an array of all the names of the properties - solrobject.getpropertynames.html

Verlauf / Chronik / History: (2) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrObject classSolrObject::getPropertyNames

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrObject class

<<SolrObject::__destruct

SolrObject::offsetExists>>

SolrObject::getPropertyNames

(PECL solr >= 0.9.2)

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

Beschreibung

public array SolrObject::getPropertyNames ( void )

Returns an array of all the names of the properties

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns an array.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
dohpaz at nospam dot net
20.05.2010 20:21
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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)