|
MongoDB\BSON\Binary::getTypeReturns the Binary's type 説明
final public int MongoDB\BSON\Binary::getType()
パラメータこの関数にはパラメータはありません。 戻り値Returns the Binary's type. エラー / 例外
例例1 MongoDB\BSON\Binary::getType example
上の例の出力は以下となります。 int(0) 参考 |