简介
PHP Manual
PHP Manual»MongoDB\BSON»MongoDB\BSON\DBPointer

The MongoDB\BSON\DBPointer class

(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, JsonSerializable, Stringable {
/* 方法 */
final private function __construct()
final public function jsonSerialize(): mixed
final public function __toString(): string
}
版本 说明
PECL mongodb 2.0.0 此类不再实现 Serializable 接口。
PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+.

目录

To Top