MongoDB\BSON\MaxKey::__construct
(mongodb >=1.0.0)
MongoDB\BSON\MaxKey::__construct — Construct a new MaxKey
Beschreibung
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Fehler/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
Beispiele
Beispiel #1 MongoDB\BSON\MaxKey::__construct() example
<?php
var_dump(new MongoDB\BSON\MaxKey());
?>
Das oben gezeigte Beispiel erzeugt folgende Ausgabe:
object(MongoDB\BSON\MaxKey)#1 (0) { }