MongoDB\BSON\ObjectIdInterface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\ObjectIdInterface::__toStringDevuelve la representación hexadecimal de ObjectIdInterface

Descripción

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la representación hexadecimal de ObjectIdInterface.

Ver también

add a note

User Contributed Notes

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