clarified date() documentation regarding microseconds (#fixes 69789)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336982 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-06-16 20:46:13 +00:00
parent b6dc84ee14
commit f9aed876b8

View file

@ -222,7 +222,8 @@
<function>date</function> will always generate
<literal>000000</literal> since it takes an <type>integer</type>
parameter, whereas <methodname>DateTime::format</methodname> does
support microseconds.
support microseconds if <classname>DateTime</classname> was
created with microseconds.
</entry>
<entry>Example: <literal>654321</literal></entry>
</row>