The MongoDB\BSON\BinaryInterface interface

(mongodb >=1.3.0)

はじめに

This interface is implemented by MongoDB\BSON\Binary to be used as a parameter, return, or property type in userland classes.

クラス概要

class MongoDB\BSON\BinaryInterface {
/* メソッド */
abstract public getData(): string
abstract public getType(): int
abstract public __toString(): string
}

目次

関連キーワード:  BSON, Returns, getData, public, type, toString, getType, string, data, property