mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fixed "u" specifier docs. They are miliseconds, and always show 6 digits.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286513 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9b927164c8
commit
278a1fc932
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>u</literal></entry>
|
||||
<entry>Microseconds (added in PHP 5.2.2)</entry>
|
||||
<entry>Example: <literal>54321</literal></entry>
|
||||
<entry>Milliseconds (added in PHP 5.2.2)</entry>
|
||||
<entry>Example: <literal>654321</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="center"><emphasis>Timezone</emphasis></entry>
|
||||
|
|
Loading…
Reference in a new issue