mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a084f1b026
commit
513f590a75
2 changed files with 16 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue