PHP 7.0.6 Released

MongoClient::connect

(PECL mongo >=1.3.0)

MongoClient::connectConnects to a database server

Description

public bool MongoClient::connect ( void )

Parameters

This function has no parameters.

Return Values

If the connection was successful.

Errors/Exceptions

Throws MongoConnectionException if it fails to connect to the database.

User Contributed Notes

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