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

MongoDB\BSON\ObjectIdInterface::__toString

(mongodb >=1.3.0)

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

Descripción

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

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Devuelve la representación hexadecimal de ObjectIdInterface.

Véase también

To Top