Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16199 программистов и 1779 роботов. Сейчас ищут 1764 программиста ...
MongoCursor::key - Returns the current result's _id, or its index within the result set
Вернуться к: MongoCursor
MongoCursor::key
(PECL mongo >=0.9.0)
MongoCursor::key — Returns the current result's _id, or its index within the result set
Описание
public string|int MongoCursor::key
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The current result's _id as a string. If the result has no _id, its numeric index within the result set will be returned as an integer.
Смотрите также
- Iterator::key() - Возвращает ключ текущего элемента
Вернуться к: MongoCursor