MongoDB\BSON\MinKey
PHP Manual

MongoDB\BSON\MinKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MinKey::__constructConstruct a new MinKey

Description

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Erreurs / Exceptions

Exemples

Exemple #1 MongoDB\BSON\MinKey::__construct() example

<?php

var_dump
(new MongoDB\BSON\MinKey());

?>

L'exemple ci-dessus va afficher :

object(MongoDB\BSON\MinKey)#1 (0) {
}

Voir aussi


MongoDB\BSON\MinKey
PHP Manual