MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

説明

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

パラメータ

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

エラー / 例外

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

<?php

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

?>

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

object(MongoDB\BSON\MaxKey)#1 (0) {
}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top