简介
PHP Manual
PHP Manual»MongoDB\BSON»MongoDB\BSON\Type

The MongoDB\BSON\Type interface

(mongodb >=1.0.0)

Abstract base interface that should not be implemented directly.

class MongoDB\BSON\Type {
}

This interface has no methods. Its only purpose is to be the base interface for all BSON type classes.

To Top