mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fixed bug #75745: DateTime::createFromFormat 'u' specifier not documented correctly
This commit is contained in:
parent
d6b1dd7035
commit
084a0039f6
1 changed files with 7 additions and 4 deletions
|
@ -223,13 +223,16 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>v</literal></entry>
|
||||
<entry>Milliseconds (up to three digits)</entry>
|
||||
<entry>Example: <literal>12</literal>, <literal>345</literal></entry>
|
||||
<entry>Fraction in milliseconds (up to three digits)</entry>
|
||||
<entry>Example: <literal>12</literal> (<literal>0.12</literal>
|
||||
seconds), <literal>345</literal> (<literal>0.345</literal> seconds)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>u</literal></entry>
|
||||
<entry>Microseconds (up to six digits)</entry>
|
||||
<entry>Example: <literal>45</literal>, <literal>654321</literal></entry>
|
||||
<entry>Fraction in microseconds (up to six digits)</entry>
|
||||
<entry>Example: <literal>45</literal> (<literal>0.45</literal>
|
||||
seconds), <literal>654321</literal> (<literal>0.654321</literal>
|
||||
seconds)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="center"><emphasis>Timezone</emphasis></entry>
|
||||
|
|
Loading…
Reference in a new issue