MongoDB\Driver\BSON
PHP Manual

The MongoDB\BSON\Serializable interface

(mongodb >=1.0.0)

Einführung

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.

Klassenbeschreibung

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

Inhaltsverzeichnis


MongoDB\Driver\BSON
PHP Manual