mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add see also section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
403d34a5c5
commit
1077115044
1 changed files with 9 additions and 0 deletions
|
@ -98,6 +98,15 @@ echo $date->format('Y-m-d H:i:sP') . "\n";
|
|||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>DateTime::createFromFormat</function></member>
|
||||
<member><link linkend="ini.date.timezone">date.timezone</link> ini setting</member>
|
||||
<member><function>date_default_timezone_set</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue