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:
1 | 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:
1 | is_countable( 'equipment' ); // Returns FALSE |
Designed by : w10schools
service@w10schools.com
Please login to continue.