Function Stemmer_EN->doubleConsonant
Definitions
sources/lang_stemmer_EN.php
- Returns true/false as to whether the given string contains twoof the same consonant next to each other at the end of the string.
- Visibility: private
- Is abstract?: No
- Is static?: Yes
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | String to check |
Return
- Result
- Type: bool
- Set: N/A
- Range: N/A