Clarify when the "u" format string actually does something useful, per doc bug

#55743 (date u - Microseconds (added in PHP 5.2.2)).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326951 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-08-03 01:57:04 +00:00
parent 89bd70f627
commit 6ad9c387c0

View file

@ -217,7 +217,13 @@
</row>
<row>
<entry><literal>u</literal></entry>
<entry>Microseconds (added in PHP 5.2.2)</entry>
<entry>
Microseconds (added in PHP 5.2.2). Note that
<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.
</entry>
<entry>Example: <literal>654321</literal></entry>
</row>
<row>