PHP 8.3.21 Released!

MongoDB\BSON\Document::__toString

(mongodb >=1.16.0)

MongoDB\BSON\Document::__toStringDevuelve la representación en string de este documento BSON

Descripción

final public MongoDB\BSON\Document::__toString(): string

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la representación en string de este documento BSON.

Ver también

add a note

User Contributed Notes

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