dropIndexes() public method
Generates drop indexes command.
public array dropIndexes ( $collectionName, $index ) | ||
---|---|---|
$collectionName | string |
Collection name |
$index | string |
Index name or pattern, use |
return | array |
Command document. |
dropIndexes() public method
Generates drop indexes command.
public array dropIndexes ( $collectionName, $index ) | ||
---|---|---|
$collectionName | string |
Collection name |
$index | string |
Index name or pattern, use |
return | array |
Command document. |
Please login to continue.