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\LogicExceptionif the subtype is notMongoDB\BSON\Binary::SUBTYPE_VECTOR.
See Also
- BSON Types
MongoDB\BSON\VectorType