MongoClient::connect

(PECL mongo >=1.3.0)

MongoClient::connectConnects to a database server

Descrierea

public MongoClient::connect ( ) : bool

Parametri

Această funcție nu are parametri.

Valorile întoarse

If the connection was successful.

Erori/Excepții

Throws MongoConnectionException if it fails to connect to the database.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top