Add note that modify() is an alternative for users of PHP 5.2.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298526 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2010-04-25 16:46:22 +00:00
parent a084f1b026
commit 513f590a75
2 changed files with 16 additions and 0 deletions

View file

@ -85,6 +85,14 @@ echo $date->format('Y-m-d H:i:s') . "\n";
</example>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<para>
<function>DateTime::modify</function>
is an alternative when using PHP 5.2.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>

View file

@ -85,6 +85,14 @@ echo $date->format('Y-m-d H:i:s') . "\n";
</example>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<para>
<function>DateTime::modify</function>
is an alternative when using PHP 5.2.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>