mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
89bd70f627
commit
6ad9c387c0
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue