PHP 8.4.24 Released!

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 function 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