MongoCommandCursor::dead
(PECL mongo >=1.5.0)
MongoCommandCursor::dead — Checks if there are results that have not yet been sent from the database
Описание
public bool MongoCommandCursor::dead
( void
)
This method checks whether the MongoCommandCursor cursor has been exhausted and the database has no more results to send to the client. A cursor being "dead" does not necessarily mean that there are no more results available for iteration.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns TRUE
if there are more results that have not yet been sent to the
client, and FALSE
otherwise.
Смотрите также
- MongoCursorInterface::dead() - Checks if there are results that have not yet been sent from the database
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с базами данных
- Расширения для работы с базами данных отдельных производителей
- MongoDB
- Базовые классы
- MongoCommandCursor::batchSize
- MongoCommandCursor::__construct
- MongoCommandCursor::createFromDocument
- MongoCommandCursor::current
- MongoCommandCursor::dead
- MongoCommandCursor::getReadPreference
- MongoCommandCursor::info
- MongoCommandCursor::key
- MongoCommandCursor::next
- MongoCommandCursor::rewind
- MongoCommandCursor::setReadPreference
- MongoCommandCursor::timeout
- MongoCommandCursor::valid
Коментарии
404 Not Found