SolrObject
PHP Manual

SolrObject::offsetExists

(PECL solr >= 0.9.2)

SolrObject::offsetExistsChecks if the property exists

Descrizione

public bool SolrObject::offsetExists ( string $property_name )

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

Elenco dei parametri

property_name

The name of the property.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


SolrObject
PHP Manual