The MongoDB\BSON\Undefined class
(mongodb >=1.4.0)
简介
BSON type for the "Undefined" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a BSON undefined type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.
类摘要
/* 方法 */
}更新日志
| 版本 | 说明 |
|---|---|
| PECL mongodb 2.0.0 |
此类不再实现 Serializable 接口。 |
| PECL mongodb 1.12.0 | Implements Stringable for PHP 8.0+. |
目录
- MongoDB\BSON\Undefined::__construct — Construct a new Undefined (unused)
- MongoDB\BSON\Undefined::jsonSerialize — Returns a representation that can be converted to JSON
- MongoDB\BSON\Undefined::__toString — Returns an empty string