MongoBinData::__constructCreates a new binary data object
説明
public MongoBinData::__construct
( string
$data
[, int $type = 0
] )Creates a new binary data object.
There are seven types of binary data currently recognized by the BSON spec,
which are defined as
class constants. For
backwards compatibility, the PHP driver uses
パラメータ
返り値Returns a new binary data object. 変更履歴
|