close() public méthode

Wrapper method for MongoClient::close().
See also: http://php.net/manual/en/mongoclient.close.php
public close ( ) : boolean
Résultat boolean
 protected function tearDown()
 {
     $this->oid = array();
     if ($this->connection) {
         $this->connection->close();
         $this->connection = null;
     }
     if ($this->con) {
         $this->con->drop();
         $this->con = null;
     }
 }