MongoDB\BSON\MaxKey::__construct
(mongodb >=1.0.0)
MongoDB\BSON\MaxKey::__construct — Construct a new MaxKey
説明
final public MongoDB\BSON\MaxKey::__construct()
パラメータ
この関数にはパラメータはありません。
エラー / 例外
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
例
例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.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google