Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17998 программистов и 1739 роботов. Сейчас ищут 1252 программиста ...
MongoCursor::next - Advances the cursor to the next result, and returns that result
Вернуться к: MongoCursor
MongoCursor::next
(PECL mongo >=0.9.0)
MongoCursor::next — Advances the cursor to the next result, and returns that result
Описание
public array MongoCursor::next
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the next document.
Ошибки
Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.
Смотрите также
- Iterator::next() - Переходит к следующему элементу
Вернуться к: MongoCursor