Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17952 программиста и 1569 роботов. Сейчас ищут 884 программиста ...
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