connect() 공개 메소드

Wrapper method for MongoClient::connect().
또한 보기: http://php.net/manual/en/mongoclient.connect.php
public connect ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * Returns the result of attempting to connect to the persistent storage server
  *
  * @return boolean
  */
 public function connect()
 {
     return $this->connection->connect();
 }