MongoClient
PHP Manual

MongoClient::connect

(PECL mongo >=1.3.0)

MongoClient::connectConnects to a database server

Açıklama

public bool MongoClient::connect ( void )

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

If the connection was successful.

Hatalar/İstisnalar

Throws MongoConnectionException if it fails to connect to the database.


MongoClient
PHP Manual