| ngettextPlural version of gettext Description
   string ngettext
    ( string  $msgid1, string$msgid2, int$n)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 
<?php |