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