update : 2015.11.03
php.shukuma.com검색:
|
ngettext(PHP 4 >= 4.2.0, PHP 5, PHP 7) ngettext — Plural version of gettext 설명
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. 인수
반환값
Returns correct plural form of message identified by
예제
Example #1 ngettext() example
<?php |