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 {
/* 方法 */
}目錄
- 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