is_countable($word)
| Parameters: |
|
|---|---|
| Returns: |
TRUE if the word is countable or FALSE if not |
| Return type: |
bool |
Checks if the given word has a plural version. Example:
is_countable('equipment'); // Returns FALSE
is_countable($word)
| Parameters: |
|
|---|---|
| Returns: |
TRUE if the word is countable or FALSE if not |
| Return type: |
bool |
Checks if the given word has a plural version. Example:
is_countable('equipment'); // Returns FALSE
Please login to continue.