We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b164b02 commit 5686f9cCopy full SHA for 5686f9c
mongodb/BSON/UTCDateTime.php
@@ -26,6 +26,13 @@ public static function __set_state(array $properties) {}
26
*/
27
final public function toDateTime(): \DateTime {}
28
29
+ /**
30
+ * Returns the DateTimeImmutable representation of this UTCDateTime
31
+ * @since 1.20.0
32
+ * @link https://php.net/manual/en/mongodb-bson-utcdatetime.todatetimeimmutable.php
33
+ */
34
+ final public function toDateTimeImmutable(): \DateTimeImmutable {}
35
+
36
/**
37
* Returns the string representation of this UTCDateTime
38
* @link https://php.net/manual/en/mongodb-bson-utcdatetime.tostring.php
0 commit comments