dropIndexes() public method
Drops collection indexes by name.
| public array dropIndexes ( $collectionName, $indexes ) | ||
|---|---|---|
| $collectionName | string |
Collection name. |
| $indexes | string |
Wildcard for name of the indexes to be dropped. |
| return | array |
Result data. |
Please login to continue.