(PECL mongo >=1.3.0)
Drops a database [deprecated]
public array MongoClient::dropDB ( mixed $db )
Parameters:
db
The database to drop. Can be a MongoDB object or the name of the database.
Returns:
Returns the database response.
Deprecated
Use MongoDB::drop() instead.
Please login to continue.