array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'mongodb-bson-utcdatetimeinterface.todatetimeimmutable.php', 1 => 'MongoDB\\BSON\\UTCDateTimeInterface::toDateTimeImmutable', 2 => 'Returns the DateTimeImmutable representation of this UTCDateTimeInterface', ), 'up' => array ( 0 => 'class.mongodb-bson-utcdatetimeinterface.php', 1 => 'MongoDB\\BSON\\UTCDateTimeInterface', ), 'prev' => array ( 0 => 'mongodb-bson-utcdatetimeinterface.todatetime.php', 1 => 'MongoDB\\BSON\\UTCDateTimeInterface::toDateTime', ), 'next' => array ( 0 => 'mongodb-bson-utcdatetimeinterface.tostring.php', 1 => 'MongoDB\\BSON\\UTCDateTimeInterface::__toString', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mongodb/bson/utcdatetimeinterface/todatetimeimmutable.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable

(mongodb >=2.0.0)

MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutableReturns the DateTimeImmutable representation of this UTCDateTimeInterface

Beschreibung

abstract public MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable(): DateTimeImmutable

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the DateTimeImmutable representation of this UTCDateTimeInterface. The returned DateTimeImmutable will use the UTC time zone.

Siehe auch