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