Php/docs/class.mongodb-bson-dbpointer

From Get docs

(mongodb >=1.4.0)

Introduction

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.


Class synopsis


final MongoDB\BSON\DBPointer implements MongoDB\BSON\Type , Serializable , JsonSerializable {

/* Methods */

final private __construct ( )

final public jsonSerialize ( ) : mixed

final public serialize ( ) : string

final public __toString ( ) : string

final public unserialize ( string $serialized ) : void

}

Table of Contents