We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121dddb commit 7316d8cCopy full SHA for 7316d8c
NEWS
@@ -18,6 +18,7 @@ Curl:
18
19
Date:
20
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
21
+ . Added DateTime[Immutable]::[get|set]Microseconds. (Marc Bennewitz)
22
23
DOM:
24
. Added DOMNode::compareDocumentPosition(). (nielsdos)
UPGRADING
@@ -146,6 +146,9 @@ PHP 8.4 UPGRADE NOTES
146
- Date:
147
. Added static methods
148
DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
149
+ . Added method DateTime[Immutable]::getMicroseconds(): int.
150
+ . Added method
151
+ DateTime[Immutable]::setMicroseconds(int $microseconds): static.
152
153
- DOM:
154
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.
0 commit comments