pluralize() public static method
Converts a word to its plural form.
Note that this is for English only! For example, 'apple' will become 'apples', and 'child' will become 'children'.
public static string pluralize ( $word ) | ||
---|---|---|
$word | string |
The word to be pluralized |
return | string |
The pluralized word |
Please login to continue.