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