MongoDB\BSON\ObjectIdInterface::getTimestamp

(mongodb >=1.3.0)

MongoDB\BSON\ObjectIdInterface::getTimestampReturns the timestamp component of this ObjectIdInterface

説明

abstractpublicMongoDB\BSON\ObjectIdInterface::getTimestamp(): int

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the timestamp component of this ObjectIdInterface.

参考

To Top