mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Document mktime special case
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32460 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce11715656
commit
42fe462978
1 changed files with 5 additions and 0 deletions
|
@ -669,6 +669,11 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday);
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
Date with year, month and day equal to zero is considered illegal
|
||||
(otherwise it what be regarded as 30.11.1999, which would be strange
|
||||
behaviour).
|
||||
</simpara>
|
||||
<para>
|
||||
See also <function>date</function> and <function>time</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue