MongoDB\BSON\MaxKey
PHP Manual

MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

Description

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Erreurs / Exceptions

Exemples

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) {
}

Voir aussi


MongoDB\BSON\MaxKey
PHP Manual