PHP 8.1.28 Released!

MongoDB\BSON\ObjectIdInterface::getTimestamp

(mongodb >=1.3.0)

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

Descrição

abstract public MongoDB\BSON\ObjectIdInterface::getTimestamp(): int

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the timestamp component of this ObjectIdInterface.

Veja Também

add a note

User Contributed Notes

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