Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 199124 программиста и 2061 робот. Сейчас ищут 1628 программистов ...
MongoCursorInterface::info - Gets information about the cursor's creation and iteration
Вернуться к: MongoCursorInterface
MongoCursorInterface::info
(PECL mongo >=1.5.0)
MongoCursorInterface::info — Gets information about the cursor's creation and iteration
Описание
abstract public array MongoCursorInterface::info
( void
)
Returns information about the cursor's creation and iteration. This can be called before or after the cursor has started iterating.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the namespace, batch size, limit, skip, flags, query, and projected fields for this cursor. If the cursor has started iterating, additional information about iteration and the connection will be included.
Вернуться к: MongoCursorInterface