MongoDB\BSON
PHP Manual

The MongoDB\BSON\TypeWrapper interface

(mongodb >=1.3.0)

简介

Classes that implement this interface may be specified in a type map for wrapping BSON type classes (e.g. MongoDB\BSON\UTCDateTime).

接口摘要

MongoDB\BSON\TypeWrapper {
/* 方法 */
abstract public static mixed createFromBSONType ( MongoDB\BSON\Type $type )
abstract public mixed toBSONType ( void )
}

Table of Contents


MongoDB\BSON
PHP Manual