CakeFest 2024: The Official CakePHP Conference

SolrDocument::valid

(PECL solr >= 0.9.2)

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

Descrizione

public SolrDocument::valid(): bool

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top