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:
Stanislav Malyshev 2000-09-11 14:41:28 +00:00
parent ce11715656
commit 42fe462978

View file

@ -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>