<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mongodb-driver-server.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'mongodb-driver-server.construct.php',
    1 => 'MongoDB\\Driver\\Server::__construct',
    2 => 'Create a new Server (not used)',
  ),
  'up' => 
  array (
    0 => 'class.mongodb-driver-server.php',
    1 => 'MongoDB\\Driver\\Server',
  ),
  'prev' => 
  array (
    0 => 'class.mongodb-driver-server.php',
    1 => 'MongoDB\\Driver\\Server',
  ),
  'next' => 
  array (
    0 => 'mongodb-driver-server.executebulkwrite.php',
    1 => 'MongoDB\\Driver\\Server::executeBulkWrite',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/mongodb/driver/server/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb-driver-server.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoDB\Driver\Server::__construct</h1>
  <p class="verinfo">(mongodb &gt;=1.0.0)</p><p class="refpurpose"><span class="refname">MongoDB\Driver\Server::__construct</span> &mdash; <span class="dc-title">Create a new Server (not used)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongodb-driver-server.construct-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">private</span> <span class="methodname"><strong>MongoDB\Driver\Server::__construct</strong></span>()</div>

  <p class="para rdfs-comment">
   <span class="classname"><a href="class.mongodb-driver-server.php" class="classname">MongoDB\Driver\Server</a></span> objects are created internally
   by <span class="classname"><a href="class.mongodb-driver-manager.php" class="classname">MongoDB\Driver\Manager</a></span> when a database connection
   is established and may be returned by
   <span class="function"><a href="mongodb-driver-manager.getservers.php" class="function">MongoDB\Driver\Manager::getServers()</a></span> and
   <span class="function"><a href="mongodb-driver-manager.selectserver.php" class="function">MongoDB\Driver\Manager::selectServer()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-mongodb-driver-server.construct-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>



 <div class="refsect1 seealso" id="refsect1-mongodb-driver-server.construct-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="mongodb-driver-manager.getservers.php" class="function" rel="rdfs-seeAlso">MongoDB\Driver\Manager::getServers()</a> - Return the servers to which this manager is connected</span></li>
   <li><span class="function"><a href="mongodb-driver-manager.selectserver.php" class="function" rel="rdfs-seeAlso">MongoDB\Driver\Manager::selectServer()</a> - Select a server matching a read preference</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>