Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16124 программиста и 1779 роботов. Сейчас ищут 1247 программистов ...
Приступая к работе

MongoCursor::dead - Checks if there are results that have not yet been sent from the database

Вернуться к: MongoCursor

MongoCursor::dead

(PECL mongo >=0.9.6)

MongoCursor::deadChecks if there are results that have not yet been sent from the database

Описание

public bool MongoCursor::dead ( void )

The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted.

A cursor being "dead" does not mean that MongoCursor::hasNext() will return FALSE, it only means that the database is done sending results to the client. The client should continue iterating through results until MongoCursor::hasNext() is FALSE.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns TRUE if there are more results that have not yet been sent to the client, and FALSE otherwise.

Смотрите также



Вернуться к: MongoCursor

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware