MongoClient
PHP 手册

MongoClient::selectDB

(PECL mongoclient >=0.9.0)

MongoClient::selectDB获取一个数据库

说明

public MongoDB MongoClient::selectDB ( string $name )

参数

name

数据库名。

返回值

返回一个新的数据库对象。

错误/异常

如果数据库名无效,将会抛出 Exception


MongoClient
PHP 手册