(mongodb >=1.0.0)
MongoDB\BSON\MaxKey::__construct — Construct a new MaxKey
Cette fonction ne contient aucun paramètre.
Exemple #1 MongoDB\BSON\MaxKey::__construct() example
<?php
var_dump(new MongoDB\BSON\MaxKey());
?>
L'exemple ci-dessus va afficher :
object(MongoDB\BSON\MaxKey)#1 (0) { }