mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
per errata
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37492 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ce3b9baf6
commit
2536468a70
1 changed files with 4 additions and 4 deletions
|
@ -72,6 +72,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.gettext">
|
||||
<refnamediv>
|
||||
<refname>gettext</refname>
|
||||
|
@ -110,6 +111,7 @@ print (gettext ("Welcome to My PHP Application"));
|
|||
</example>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.textdomain">
|
||||
<refnamediv>
|
||||
<refname>textdomain</refname>
|
||||
|
@ -119,10 +121,8 @@ print (gettext ("Welcome to My PHP Application"));
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>textdomain</function></funcdef>
|
||||
<paramdef>string
|
||||
<parameter><optional>library</optional></parameter>
|
||||
</paramdef>
|
||||
<funcdef>string <function>textdomain</function></funcdef>
|
||||
<paramdef>string <parameter>text_domain</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue