The MongoDB\BSON\DBPointer class (deprecated)
(mongodb >=1.4.0)
簡介
BSON type for the "DBPointer" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a BSON DBPointer type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.
類摘要
final
class MongoDB\BSON\DBPointer
implements
MongoDB\BSON\Type, Serializable, JsonSerializable, Stringable {
/* 方法 */
}目錄
- MongoDB\BSON\DBPointer::__construct — Construct a new DBPointer (unused)
- MongoDB\BSON\DBPointer::jsonSerialize — Returns a representation that can be converted to JSON
- MongoDB\BSON\DBPointer::serialize — Serialize a DBPointer
- MongoDB\BSON\DBPointer::__toString — Returns an empty string
- MongoDB\BSON\DBPointer::unserialize — Unserialize a DBPointer