Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18085 программистов и 1743 робота. Сейчас ищут 1286 программистов ...
MongoId::getInc - Gets the incremented value to create this id
Вернуться к: MongoId
MongoId::getInc
(PECL mongo >= 1.0.11)
MongoId::getInc — Gets the incremented value to create this id
This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension.
Описание
public int MongoId::getInc
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the incremented value used to create this MongoId.
Вернуться к: MongoId