SolrDocument::valid
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Checks if the current position internally is still valid
Description
SolrDocument::valid(): bool
Checks if the current position internally is still valid. It is used during foreach operations.
Parameters Parameters
Return Values
Returns true on success and false if the current position is no longer valid.