Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17468 программистов и 1921 робот. Сейчас ищут 1106 программистов ...
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