MongoDB\BSON\MinKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MinKey::__constructConstruct a new MinKey

説明

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

パラメータ

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

エラー / 例外

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

<?php

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

?>

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

object(MongoDB\BSON\MinKey)#1 (0) {
}
関連キーワード:  MinKey, BSON, Construct, new, a, construct, パラメータ, Driver, 参考, 出力