SolrDocument
PHP Manual

SolrDocument::offsetExists

(PECL solr >= 0.9.2)

SolrDocument::offsetExistsChecks if a particular field exists

Açıklama

public bool SolrDocument::offsetExists ( string $fieldName )

Checks if a particular field exists. This is used when the object is treated as an array.

Değiştirgeler

fieldName

The name of the field.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.


SolrDocument
PHP Manual