MongoDB\Driver\Server
PHP Manual

MongoDB\Driver\Server::__construct

(mongodb >=1.0.0)

MongoDB\Driver\Server::__constructDescription

Description

final public MongoDB\Driver\Server::__construct ( string $host , string $port [, array $options [, array $driverOptions ]] )

Liste de paramètres

host

port

options

driverOptions

Valeurs de retour

Erreurs / Exceptions

Exemples

Exemple #1 Exemple avec MongoDB\Driver\Server::__construct()

<?php

/* ... */

?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

...

Voir aussi


MongoDB\Driver\Server
PHP Manual