ngettext
(PHP 4 >= 4.2.0)
ngettext -- Plural version of gettext
Description
string ngettext ( string msgid1, string msgid2, int n)
Warning
This function is currently not documented; only the argument
list is available.
textdomain
(PHP 3>= 3.0.7, PHP 4 )
textdomain -- Sets the default domain
Description
string textdomain ( string text_domain)
This function sets the domain to search within when calls
are made to gettext(), usually the named after an application.
The previous default domain is returned. Call it with NULL
as parameter to get the current setting without changing
it.
|