MongoDB\BSON\Binary::toArray

(mongodb >=2.2.0)

MongoDB\BSON\Binary::toArrayReturns the vector as an array for a Binary with subtype MongoDB\BSON\Binary::SUBTYPE_VECTOR

Beschreibung

final public MongoDB\BSON\Binary::toArray(): array

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an array containing the vector data.

Fehler/Exceptions

Siehe auch

add a note

User Contributed Notes

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