Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16142 программиста и 1779 роботов. Сейчас ищут 1633 программиста ...
MongoCursor::hasNext - Checks if there are any more elements in this cursor
Вернуться к: MongoCursor
MongoCursor::hasNext
(PECL mongo >=0.9.0)
MongoCursor::hasNext — Checks if there are any more elements in this cursor
Описание
public bool MongoCursor::hasNext
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns if there is another element.
Ошибки
Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.
Вернуться к: MongoCursor