Php/docs/class.mongodb-bson-unserializable

来自菜鸟教程
跳转至:导航、​搜索

(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).


接口摘要


MongoDB\BSON\Unserializable {

/* 方法 */

abstract public bsonUnserialize ( array $data ) : void

}

Table of Contents