ngettextPlural version of gettext Description
string ngettext(string
$singular , string $plural , int $count )The plural version of gettext. Some languages have more than one form for plural messages dependent on the count. Parameters
Return Values
Returns correct plural form of message identified by
Examples
Example #1 ngettext example
|