update page now

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

Description

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

Parameters

This function has no parameters.

Return Values

Returns an array containing the vector data.

Errors/Exceptions

See Also

add a note

User Contributed Notes

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