mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add some see also entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298520 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11f91796a9
commit
49abbab79a
3 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,7 @@ echo $date->format('Y-m-d H:i:s') . "\n";
|
|||
<simplelist>
|
||||
<member><function>DateTime::sub</function></member>
|
||||
<member><function>DateTime::diff</function></member>
|
||||
<member><function>DateTime::modify</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -102,6 +102,8 @@ echo date_format($date, 'Y-m-d');
|
|||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>strtotime</function></member>
|
||||
<member><function>DateTime::add</function></member>
|
||||
<member><function>DateTime::sub</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -90,6 +90,7 @@ echo $date->format('Y-m-d H:i:s') . "\n";
|
|||
<simplelist>
|
||||
<member><function>DateTime::add</function></member>
|
||||
<member><function>DateTime::diff</function></member>
|
||||
<member><function>DateTime::modify</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue