Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18396 программистов и 1651 робот. Сейчас ищет 1331 программист ...
SolrDocument::valid - Checks if the current position internally is still valid
Вернуться к: SolrDocument
SolrDocument::valid
(PECL solr >= 0.9.2)
SolrDocument::valid — Checks if the current position internally is still valid
Описание
public bool SolrDocument::valid
( void
)
Checks if the current position internally is still valid. It is used during foreach operations.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns TRUE
on success and FALSE
if the current position is no longer valid.
Вернуться к: SolrDocument