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