|
MongoDB\BSON\Binary::getTypeReturns the Binary's type Beschreibung
final public integer MongoDB\BSON\Binary::getType
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the Binary's type. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\Binary::getType example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(0) Siehe auch |