MongoDB\BSON
PHP Manual

The MongoDB\BSON\Undefined class (deprecated)

(mongodb >=1.4.0)

Einführung

BSON type for the "Undefined" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a BSON undefined type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

Klassenbeschreibung

MongoDB\BSON\Undefined implements MongoDB\BSON\Type , Serializable , JsonSerializable {
/* Methoden */
final private __construct ( void )
final public mixed jsonSerialize ( void )
final public string serialize ( void )
final public string __toString ( void )
final public void unserialize ( string $serialized )
}

Inhaltsverzeichnis


MongoDB\BSON
PHP Manual