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

説明

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

パラメータ

この関数にはパラメータはありません。

戻り値

Returns an array containing the vector data.

エラー / 例外

参考

add a note

User Contributed Notes

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