Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
MongoCursorInterface::dead
(PECL mongo >=1.5.0)
MongoCursorInterface::dead — Checks if there are results that have not yet been sent from the database
Описание
abstract public bool MongoCursorInterface::dead ( void )This method checks whether the 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.
User Contributed Notes
There are no user contributed notes for this page.
Описание класса mongocursorinterface, примеры использования класса mongocursorinterface.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru