MongoClient::connect

(PECL mongo >=1.3.0)

MongoClient::connectConnects to a database server

Opis

public MongoClient::connect ( void ) : bool

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

If the connection was successful.

Błędy/Wyjątki

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