MongoDB\BSON\ObjectIdInterface::getTimestamp
PHP Manual
PHP Manual»MongoDB\BSON\ObjectIdInterface»MongoDB\BSON\ObjectIdInterface::getTimestamp

MongoDB\BSON\ObjectIdInterface::getTimestamp

(mongodb >=1.3.0)

MongoDB\BSON\ObjectIdInterface::getTimestampRetourne le composant d'horodatage d'ObjectIdInterface

Description

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne le composant d'horodatage d'ObjectIdInterface.

Voir aussi

To Top