is_countalbe($string) is use for checking a word has plural form or not. Return type will be boolean means if the given word has plural form it will return true, otherwise will return false.
is_countalbe($string)
boolean
true
false
is_countable('book'); // Returns TRUE