Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16038 программистов и 1772 робота. Сейчас ищут 1318 программистов ...
MongoCommandCursor::key - Returns the current result's index within the result set
Вернуться к: MongoCommandCursor
MongoCommandCursor::key
(PECL mongo >=1.5.0)
MongoCommandCursor::key — Returns the current result's index within the result set
Описание
public int MongoCommandCursor::key
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The current result's index within the result set.
Смотрите также
- Iterator::key() - Возвращает ключ текущего элемента
Вернуться к: MongoCommandCursor