php8.5
Home/ Manual/ bson / binary/ MongoDB\BSON\Binary::getVectorType

MongoDB\BSON\Binary::getVectorType

PHP function Edit on GitHub ✎

(mongodb >=2.2.0)

Returns the data type for a Binary with the vector subtype

Description

MongoDB\BSON\Binary::getVectorType(): MongoDB\BSON\VectorType

Parameters Parameters

Return Values

Returns the data type of the Binary vector.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\LogicException if the subtype is not MongoDB\BSON\Binary::SUBTYPE_VECTOR.

See Also

  • BSON Types
  • MongoDB\BSON\VectorType

Source: reference/mongodb/bson/binary/getvectortype.xml · from the official PHP manual (php/doc-en)