MongoDB\BSON\PackedArray::__construct
(mongodb >=1.16.0)
MongoDB\BSON\PackedArray::__construct — Construct a new BSON array (unused)
说明
final private MongoDB\BSON\PackedArray::__construct()
MongoDB\BSON\PackedArray objects are created through static factory methods and cannot be instantiated directly.
参数
此函数没有参数。
参见
- MongoDB\BSON\PackedArray::fromPHP() - Construct a new BSON array instance from PHP data
- » BSON Types