MongoDB\BSON
PHP Manual

The MongoDB\BSON\MinKey class

(mongodb >=1.0.0)

Einführung

Special BSON type which compares lower than all other possible BSON element values.

Hinweis: This is an internal MongoDB type used for indexing and sharding.

Klassenbeschreibung

/* Methoden */
final public __construct ( void )
final public mixed jsonSerialize ( void )
final public string serialize ( void )
final public void unserialize ( string $serialized )
}

Changelog

Version Beschreibung
1.2.0 Implements Serializable and JsonSerializable.

Inhaltsverzeichnis


MongoDB\BSON
PHP Manual