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

Mongo::dropDB

(PECL mongo >=0.9.0)

Mongo::dropDBDrops a database [deprecated]

说明

public array Mongo::dropDB ( mixed $db )
Warning

Deprecated

Use MongoDB::drop() instead.

参数

db

The database to drop. Can be a MongoDB object or the name of the database.

返回值

Returns the database response.


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