mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove useless note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263795 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
85f148bd0a
commit
30a75a073f
2 changed files with 2 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.date-add" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>date_add</refname>
|
||||
|
@ -26,11 +26,6 @@
|
|||
<para>
|
||||
Adds the specified DateInterval object to the specified DateTime object.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Works in PHP 5.3+ ONLY
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.date-sub" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>date_sub</refname>
|
||||
|
@ -27,11 +27,6 @@
|
|||
Subtracts the specified DateInterval object from the specified DateTime
|
||||
object.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Works in PHP 5.3+ ONLY
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue