dropCollection() public method (available since version 2.1)
Drops specified collection.
public boolean dropCollection ( $name ) | ||
---|---|---|
$name | string |
Name of the collection |
return | boolean |
Whether operation was successful. |
dropCollection() public method (available since version 2.1)
Drops specified collection.
public boolean dropCollection ( $name ) | ||
---|---|---|
$name | string |
Name of the collection |
return | boolean |
Whether operation was successful. |
Please login to continue.