update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoDB\BSON\Serializable 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.

클래스 개요

MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
/* 메소드 */
abstract public array|object bsonSerialize ( void )
}

Table of Contents