The MongoDB\BSON\PackedArray class
Guide
Edit on GitHub ✎
Represents a BSON array. This class is used when reading data as raw BSON and cannot be modified.
Intro
Represents a BSON array. This class is used when reading data as raw BSON and cannot be modified.
Class synopsis
class MongoDB\BSON\PackedArray { }
Changelog
| Version | Description |
|---|---|
| PECL mongodb 1.17.0 | Implements MongoDB\BSON\Type. |
| PECL mongodb 1.17.0 | MongoDB\BSON\PackedArray cannot be serialized in contexts where a BSON document is expected. In earlier versions, the BSON array would have been converted to a document. |
Packedarray