Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16124 программиста и 1779 роботов. Сейчас ищут 1247 программистов ...
MongoCursor::current - Returns the current element
Вернуться к: MongoCursor
MongoCursor::current
(PECL mongo >=0.9.0)
MongoCursor::current — Returns the current element
Описание
public array MongoCursor::current
( void
)
This returns NULL
until MongoCursor::next() is called.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The current result document as an associative array. NULL
will be returned
if there is no result.
Смотрите также
- Iterator::current() - Возвращает текущий элемент
Вернуться к: MongoCursor