MongoClient
PHP Manual

MongoClient::selectDB

(PECL mongoclient >=0.9.0)

MongoClient::selectDBGets a database

Описание

public MongoDB MongoClient::selectDB ( string $name )

Список параметров

name

The database name.

Возвращаемые значения

Returns a new database object.

Ошибки

Throws Exception if the database name is invalid.


MongoClient
PHP Manual