|
MongoDB\BSON\Binary::getTypeReturns the Binary's type Description
final public int MongoDB\BSON\Binary::getType()
ParametersThis function has no parameters. Return ValuesReturns the Binary's type. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\Binary::getType example
The above example will output: int(0) See Also |