mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Do not use the same parameter name twice
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263797 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c938a6c977
commit
787acc979a
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="function.date-add" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>date_add</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>date_add</methodname>
|
||||
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>DateInterval</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>DateInterval</type><parameter>interval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Adds the specified DateInterval object to the specified DateTime object.
|
||||
|
@ -37,7 +37,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>object</parameter>
|
||||
<parameter>internal</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="function.date-sub" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>date_sub</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>date_sub</methodname>
|
||||
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>DateInterval</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>DateInterval</type><parameter>interval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Subtracts the specified DateInterval object from the specified DateTime
|
||||
|
@ -38,7 +38,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>object</parameter>
|
||||
<parameter>interval</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue