MongoDB\BSON\ObjectIdInterface::__toString

(mongodb >=1.3.0)

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

Descrição

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

Parâmetros

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

Valor Retornado

Retorna a representação hexadecimal deste ObjectIdInterface.

Veja Também