Mongo
在线手册:中文 英文
PHP手册

Mongo::selectDB

(PECL mongo >=0.9.0)

Mongo::selectDBGets a database

说明

public MongoDB Mongo::selectDB ( string $name )

参数

name

The database name.

返回值

Returns a new db object.

错误/异常

Throws InvalidArgumentException if the database name is invalid.


Mongo
在线手册:中文 英文
PHP手册