dcgettext
(PHP 3>= 3.0.7, PHP 4 )
dcgettext -- Overrides the domain for a single lookup
Description
string dcgettext ( string domain, string message, int category)
This function allows you to override the current domain
for a single message lookup. It also allows you to specify
a category.
dcngettext
(PHP 4 >= 4.2.0)
dcngettext -- Plural version of dcgettext
Description
string dcngettext ( string domain, string msgid1, string
msgid2, int n, int category)
Warning
This function is currently not documented; only the argument
list is available.
|