MongoDB\BSON\Document::__toString

(mongodb >=1.16.0)

MongoDB\BSON\Document::__toStringReturns the string representation of this BSON Document

Description

finalpublicMongoDB\BSON\Document::__toString(): string

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns the string representation of this document as BSON.

Voir aussi

To Top