From 932a77838ba9e32787e4845fcad875d950199c5e Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Sat, 12 Aug 2017 00:56:39 +0000 Subject: [PATCH] Fix bug #74405 (Undocumented 4th parameter of DateTime::setTime) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetime/settime.xml | 10 ++++++++++ reference/datetime/datetimeimmutable/settime.xml | 1 + 2 files changed, 11 insertions(+) diff --git a/reference/datetime/datetime/settime.xml b/reference/datetime/datetime/settime.xml index 3ee392fd9a..04b982ee37 100644 --- a/reference/datetime/datetime/settime.xml +++ b/reference/datetime/datetime/settime.xml @@ -16,6 +16,7 @@ inthour intminute intsecond0 + intmicroseconds0 &style.procedural; @@ -24,6 +25,7 @@ inthour intminute intsecond0 + intmicroseconds0 Resets the current time of the DateTime object to a different time. @@ -58,6 +60,14 @@ + + microseconds + + + Microsecond of the time. + + + diff --git a/reference/datetime/datetimeimmutable/settime.xml b/reference/datetime/datetimeimmutable/settime.xml index 278a57c597..99ed528b69 100644 --- a/reference/datetime/datetimeimmutable/settime.xml +++ b/reference/datetime/datetimeimmutable/settime.xml @@ -14,6 +14,7 @@ inthour intminute intsecond0 + intmicroseconds0 Like DateTime::setTime but works with