SolrDocument::valid

(PECL solr >= 0.9.2)

SolrDocument::validChecks if the current position internally is still valid

Açıklama

publicSolrDocument::valid(): bool

Checks if the current position internally is still valid. It is used during foreach operations.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns true on success and false if the current position is no longer valid.

To Top