mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added skeleton for missing function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65258 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7fe3bb0d94
commit
eae34382c0
1 changed files with 25 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<reference id="ref.gettext">
|
||||
<title>Gettext</title>
|
||||
<titleabbrev>gettext</titleabbrev>
|
||||
|
@ -34,6 +34,29 @@
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.bind-textdomain-codeset'>
|
||||
<refnamediv>
|
||||
<refname>bind_textdomain_codeset</refname>
|
||||
<refpurpose>
|
||||
Specify the character encoding in which the messages from the
|
||||
DOMAIN message catalog will be re turned
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>bind_textdomain_codeset</function></funcdef>
|
||||
<paramdef>string <parameter>domain</parameter></paramdef>
|
||||
<paramdef>string <parameter>codeset</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.dcgettext">
|
||||
<refnamediv>
|
||||
<refname>dcgettext</refname>
|
||||
|
@ -163,7 +186,7 @@ print (gettext ("Welcome to My PHP Application"));
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry>
|
||||
<refentry id="function.ngettext>
|
||||
<refnamediv>
|
||||
<refname>ngettext</refname>
|
||||
<refpurpose>Plural version of gettext</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue