MongoDB\BSON\ObjectIdInterface::getTimestamp

(mongodb >=1.3.0)

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

Descripción

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the timestamp component of this ObjectIdInterface.

Ver también

To Top