mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
function name fix (as reported in bug #15538)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb4d2376eb
commit
00b4ce3753
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<reference id="ref.gettext">
|
||||
<title>Gettext</title>
|
||||
<titleabbrev>gettext</titleabbrev>
|
||||
|
@ -115,13 +115,13 @@
|
|||
|
||||
<refentry id='function.dngettext'>
|
||||
<refnamediv>
|
||||
<refname>dcngettext</refname>
|
||||
<refname>dngettext</refname>
|
||||
<refpurpose>Plural version of dcgettext() Plural version of dgettext</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>dcngettext</methodname>
|
||||
<type>string</type><methodname>dngettext</methodname>
|
||||
<methodparam><type>string</type><parameter>domain</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>msgid1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>msgid2</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue