- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- MongoDB
- MongoDB\BSON
The MongoDB\BSON\Symbol class (deprecated)
(mongodb >=1.4.0)
简介
BSON type for the "Symbol" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a BSON symbol type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.
类摘要
final class MongoDB\BSON\Symbol implements MongoDB\BSON\Type, Serializable, JsonSerializable, Stringable { /* 方法 */ final private __construct() final public jsonSerialize(): mixed final public serialize(): string final public __toString(): string final public unserialize(string$serialized
): void
}
更新日志
版本 | 说明 |
---|---|
PECL mongodb 1.12.0 | Implements Stringable for PHP 8.0+. |
目录
- MongoDB\BSON\Symbol::__construct — Construct a new Symbol (unused)
- MongoDB\BSON\Symbol::jsonSerialize — Returns a representation that can be converted to JSON
- MongoDB\BSON\Symbol::serialize — Serialize a Symbol
- MongoDB\BSON\Symbol::__toString — Returns the Symbol as a string
- MongoDB\BSON\Symbol::unserialize — Unserialize a Symbol
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/class.mongodb-bson-symbol.php