The MongoDBBSONDBPointer class (deprecated)

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 {
/* 方法 */
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+.

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *