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
}

目录

7i24.Com