The MongoDBBSONSerializable interface

The MongoDB\BSON\Serializable interface

(mongodb >=1.0.0)

簡介

Classes that implement this interface may return data to be serialized as a BSON array or document in lieu of the object's public properties.

介面摘要

class MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
/* 方法 */
abstract public bsonSerialize(): array|object
}

目錄

發佈留言

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