dropCollection() public method
Drops specified collection.
| public boolean dropCollection ( $collectionName ) | ||
|---|---|---|
| $collectionName | string |
Name of the collection to be dropped. |
| return | boolean |
Whether operation was successful. |
dropCollection() public method
Drops specified collection.
| public boolean dropCollection ( $collectionName ) | ||
|---|---|---|
| $collectionName | string |
Name of the collection to be dropped. |
| return | boolean |
Whether operation was successful. |
Please login to continue.