The MongoDB\BSON\MinKey class

はじめに

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

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

クラス概要

MongoDB\BSON\MinKey
final class MongoDB\BSON\MinKey implements MongoDB\BSON\MinKeyInterface, MongoDB\BSON\Type, Serializable, JsonSerializable {
/* メソッド */
final public __construct()
final public mixed jsonSerialize()
final public string serialize()
final public void unserialize(string $data)
}

変更履歴

バージョン 説明
PECL mongodb 1.3.0 Implements MongoDB\BSON\MinKeyInterface.
PECL mongodb 1.2.0 Implements Serializable and JsonSerializable.

目次