MongoDB\BSON\ObjectIdInterface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\ObjectIdInterface::__toStringRetourne la représentation hexadécimale d'ObjectIdInterface

Description

abstract public MongoDB\BSON\ObjectIdInterface::__toString(): string

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne la représentation hexadécimale d'ObjectIdInterface.

Voir aussi

add a note

User Contributed Notes

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