Php/docs/class.mongodb-bson-serializable
来自菜鸟教程
(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.
接口摘要
MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
abstract public bsonSerialize ( ) : array|object
}
Table of Contents
- MongoDB\BSON\Serializable::bsonSerialize — Provides an array or document to serialize as BSON
/* 方法 */