Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 71431 программист и 3268 роботов. Сейчас ищут 1162 программиста ...
MongoId::getPID - Gets the process ID
Вернуться к: MongoId
MongoId::getPID
(PECL mongo >= 1.0.11)
MongoId::getPID — Gets the process 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::getPID
( void
)
Extracts the pid from the Mongo ID
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the PID of the MongoId.
Вернуться к: MongoId