MongoDB\BSON\Binary::getVectorType
PHP Manual
PHP Manual»MongoDB\BSON\Binary»MongoDB\BSON\Binary::getVectorType

MongoDB\BSON\Binary::getVectorType

(mongodb >=2.2.0)

MongoDB\BSON\Binary::getVectorTypeReturns the data type for a Binary with the vector subtype

Опис

final public function MongoDB\BSON\Binary::getVectorType(): MongoDB\BSON\VectorType

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the data type of the Binary vector.

Помилки/виключення

Прогляньте також

To Top