SolrDocument::offsetExists

(PECL solr >= 0.9.2)

SolrDocument::offsetExistsChecks if a particular field exists

Açıklama

publicSolrDocument::offsetExists(string$fieldName): bool

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

Bağımsız Değişkenler

fieldName

The name of the field.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

To Top