PHP 8.6.0 Alpha 2 available for testing

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 function MongoDB\BSON\PackedArray::__toString(): string

Parámetros

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

Valores devueltos

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

Véase también

add a note

User Contributed Notes

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