From c5ac9b2efe4c52c554304652afaba72885e087f7 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 15 Dec 2001 14:38:23 +0000 Subject: [PATCH] added skeletons for missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65158 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/gettext.xml | 70 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/functions/gettext.xml b/functions/gettext.xml index 9cceafa1f9..766e1a894b 100644 --- a/functions/gettext.xml +++ b/functions/gettext.xml @@ -1,5 +1,5 @@ - + Gettext gettext @@ -12,6 +12,7 @@ explanation of these functions. + bindtextdomain @@ -32,6 +33,7 @@ + dcgettext @@ -54,6 +56,29 @@ + + + dcngettext + Plural version of dcgettext() Plural version of dcgettext + + + Description + + + string dcngettext + string domain + string msgid1 + string msgid2 + int n + int category + + + + &warn.undocumented.func; + + + + dgettext @@ -75,6 +100,28 @@ + + + dcngettext + Plural version of dcgettext() Plural version of dgettext + + + Description + + + string dcngettext + string domain + string msgid1 + string msgid2 + int n + + + + &warn.undocumented.func; + + + + gettext @@ -116,6 +163,27 @@ print (gettext ("Welcome to My PHP Application")); + + + ngettext + Plural version of gettext + + + Description + + + string ngettext + string msgid1 + string msgid2 + int n + + + + &warn.undocumented.func; + + + + textdomain