dropIndexes() public method
Drops collection indexes by name.
public integer dropIndexes ( $indexes ) | ||
---|---|---|
$indexes | string |
Wildcard for name of the indexes to be dropped. You can use |
return | integer |
Count of dropped indexes. |
dropIndexes() public method
Drops collection indexes by name.
public integer dropIndexes ( $indexes ) | ||
---|---|---|
$indexes | string |
Wildcard for name of the indexes to be dropped. You can use |
return | integer |
Count of dropped indexes. |
Please login to continue.