PHP 7.0.6 Released

MongoId::getPID

(PECL mongo >= 1.0.11)

MongoId::getPIDGets the process ID

Description

public int MongoId::getPID ( void )

Extracts the pid from the Mongo ID

Parameters

This function has no parameters.

Return Values

Returns the PID of the MongoId.

User Contributed Notes

There are no user contributed notes for this page.
To Top