The MongoDBBSONUnserializable interface

The MongoDB\BSON\Unserializable interface

(mongodb >=1.0.0)

簡介

Classes that implement this interface may be specified in a type map for unserializing BSON arrays and documents (both root and embedded).

介面摘要

class MongoDB\BSON\Unserializable {
/* 方法 */
abstract public bsonUnserialize(array $data): void
}

目錄

發佈留言

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