From eae34382c00b69c811bf511cb70f9153060c224c Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 16 Dec 2001 10:02:54 +0000 Subject: [PATCH] added skeleton for missing function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65258 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/gettext.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/functions/gettext.xml b/functions/gettext.xml index 766e1a894b..166b261011 100644 --- a/functions/gettext.xml +++ b/functions/gettext.xml @@ -1,5 +1,5 @@ - + Gettext gettext @@ -34,6 +34,29 @@ + + + bind_textdomain_codeset + + Specify the character encoding in which the messages from the + DOMAIN message catalog will be re turned + + + + Description + + + string bind_textdomain_codeset + string domain + string codeset + + + + &warn.undocumented.func; + + + + dcgettext @@ -163,7 +186,7 @@ print (gettext ("Welcome to My PHP Application")); - +