BSON\Binary
PHP Manual

BSON\Binary::__construct

(mongodb >=0.2.0)

BSON\Binary::__constructDescription

说明

public BSON\Binary::__construct ( string $data , string $subtype )

参数

data

subtype

返回值

错误/异常

范例

Example #1 BSON\Binary::__construct() example

<?php

/* ... */

?>

以上例程的输出类似于:

...

参见


BSON\Binary
PHP Manual