update : 2015.11.03
php.shukuma.com검색:
|
MongoBinData::__construct(PECL mongo >= 0.8.1) MongoBinData::__construct — Creates 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. 변경점
|