MongoClient::selectDB

Gets a database

Description

public MongoDB MongoClient::selectDB ( string $name )

Parameters

name

The database name.

Return Values

Returns a new database object.

Errors/Exceptions

Throws Exception if the database name is invalid.