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