Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\ObjectIdInterface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\ObjectIdInterface::__toStringRetorna a representação hexidecimal deste ObjectIdInterface

Descrição

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

Parâmetros

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

Valor Retornado

Retorna a representação hexidecimal deste ObjectIdInterface.

Veja Também

add a note

User Contributed Notes

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