(PECL mongo >=0.9.0)
Drops a collection [deprecated]
public array MongoDB::dropCollection ( mixed $coll )
Parameters:
coll
MongoCollection or name of collection to drop.
Returns:
Returns the database response.
Deprecated
Use MongoCollection::drop() instead.
This function leaks memory in version 1.0.7 and earlier!
Please login to continue.