MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

Descrierea

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

Parametri

Această funcție nu are parametri.

Erori/Excepții

Exemple

Example #1 MongoDB\BSON\MaxKey::__construct() example

<?php

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

?>

Exemplul de mai sus va afișa:

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

A se vedea și