Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18080 программистов и 1743 робота. Сейчас ищут 1274 программиста ...
MongoCursor::getNext - Advances the cursor to the next result, and returns that result
Вернуться к: MongoCursor
MongoCursor::getNext
(PECL mongo >=0.9.0)
MongoCursor::getNext — Advances the cursor to the next result, and returns that result
Описание
public array MongoCursor::getNext
( void
)
Замечание:
MongoCursor::getNext() is an alias of MongoCursor::next().
Вернуться к: MongoCursor