mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Small typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75127 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eaa6fcafa7
commit
53be4f6a16
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<reference id="ref.datetime">
|
||||
<title>Date and Time functions</title>
|
||||
<titleabbrev>Date/time</titleabbrev>
|
||||
|
@ -499,7 +499,7 @@ echo gmdate ("M d Y H:i:s", mktime (0,0,0,1,1,1998));
|
|||
</para>
|
||||
<para>
|
||||
See also <function>date</function>, <function>mktime</function>,
|
||||
<function>gmmktime</function> and <function>strftime</function>
|
||||
<function>gmmktime</function> and <function>strftime</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue