MongoDB\BSON\Document::__construct
PHP Manual
PHP Manual»MongoDB\BSON\Document»MongoDB\BSON\Document::__construct

MongoDB\BSON\Document::__construct

(mongodb >=1.16.0)

MongoDB\BSON\Document::__constructConstruct a new BSON document (unused)

说明

final private function MongoDB\BSON\Document::__construct()

MongoDB\BSON\Document objects are created through static factory methods and cannot be instantiated directly.

参数

此函数没有参数。

参见

To Top