MongoDB\BSON\PackedArray::__toString

(mongodb >=1.16.0)

MongoDB\BSON\PackedArray::__toStringDevuelve la representación en string para este array BSON

Descripción

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

Ver también

add a note

User Contributed Notes

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