MongoClient::connect

Connects to a database server

Hinweis:

This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension.

Beschreibung

public bool MongoClient::connect ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

If the connection was successful.

Fehler/Exceptions

Throws MongoConnectionException if it fails to connect to the database.