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