PHP Doku:: Checks if the property exists - solrobject.offsetexists.html

Verlauf / Chronik / History: (2) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrObject class

<<SolrObject::getPropertyNames

SolrObject::offsetGet>>

SolrObject::offsetExists

(PECL solr >= 0.9.2)

SolrObject::offsetExistsChecks if the property exists

Beschreibung

public bool SolrObject::offsetExists ( string $property_name )

Checks if the property exists. This is used when the object is treated as an array.

Parameter-Liste

property_name

The name of the property.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)