BSON
PHP Manual

The BSON\Persistable interface

(mongodb >=0.2.0)

简介

类摘要

BSON\Persistable implements BSON\Unserializable , BSON\Serializable {
/* 继承的方法 */
abstract public ReturnType BSON\Serializable::bsonSerialize ( void )
abstract public ReturnType BSON\Unserializable::bsonUnserialize ( array $data )
}

BSON
PHP Manual