PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

MongoClient::dropDB

(PECL mongo >=1.3.0)

MongoClient::dropDB删除一个数据库 [已废弃]

This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension, but there is an alternative in the PHP library:

说明

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

已废弃

请使用 MongoDB::drop() 作为替代。

参数

db

要函数的数据库。可以是一个 MongoDB对象,或者是数据库名。

返回值

返回数据库的回应。