mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add item to see also.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298447 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c866af773f
commit
bc384947ac
2 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ echo $date->format('n'); // 3
|
|||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>DateTime::setDate</function></member>
|
||||
<member><function>DateTime::setTime</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -120,6 +120,7 @@ echo $date->format('Y-m-d H:i:s') . "\n";
|
|||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>DateTime::setDate</function></member>
|
||||
<member><function>DateTime::setISODate</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue