mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Describe previous behavior in UTCDateTime constructor changelog
https://jira.mongodb.org/browse/PHPC-536 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
29a76b5333
commit
518443c9c7
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@
|
|||
The <parameter>milliseconds</parameter> argument is optional and
|
||||
defaults to &null; (i.e. current time). The argument also accepts a
|
||||
<classname>DateTimeInterface</classname>, which may be used to derive
|
||||
the number of milliseconds since the Unix epoch.
|
||||
the number of milliseconds since the Unix epoch. Previously, only
|
||||
<type>integer</type>, <type>float</type>, and <type>string</type> types
|
||||
were accepted.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue