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