MongoDB\BSON\MinKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MinKey::__constructConstruct a new MinKey

説明

final public MongoDB\BSON\MinKey::__construct ( void )

パラメータ

この関数にはパラメータはありません。

エラー / 例外

例1 MongoDB\BSON\MinKey::__construct() example

<?php

var_dump
(new MongoDB\BSON\MinKey());

?>

上の例の出力は以下となります。

object(MongoDB\BSON\MinKey)#1 (0) {
}