mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use new date format parameter entity. Move microsecond change log info from parameter to change log.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299419 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d562dc3ee6
commit
2886be7bf6
1 changed files with 7 additions and 5 deletions
|
@ -36,11 +36,7 @@
|
|||
<varlistentry>
|
||||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The string to parse. Before PHP 5.0.0, microseconds weren't allowed in
|
||||
the time, since PHP 5.0.0 they are allowed but ignored.
|
||||
</para>
|
||||
<para>&date.formats;</para>
|
||||
<para>&date.formats.parameter;</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -119,6 +115,12 @@
|
|||
correctly computed from current time.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
Microseconds began to be allowed, but they are ignored.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.4.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue