mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add tips for users of PHP 5.2.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a26eec4f6c
commit
292269a8eb
1 changed files with 10 additions and 0 deletions
|
@ -36,10 +36,20 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<para>
|
||||
Using <literal>U</literal> as the parameter to
|
||||
<function>DateTime::format</function>
|
||||
is an alternative when using PHP 5.2.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>DateTime::setTimestamp</methodname></member>
|
||||
<member><methodname>DateTime::format</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue