SolrDocument
PHP Manual

SolrDocument::valid

(PECL solr >= 0.9.2)

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

Açıklama

public bool SolrDocument::valid ( void )

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns TRUE on success and FALSE if the current position is no longer valid.


SolrDocument
PHP Manual