php / 8.1.5 / datetimeimmutable.construct.html /

DateTimeImmutable::__construct

date_create_immutable

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

DateTimeImmutable::__construct -- date_create_immutableReturns new DateTimeImmutable object

Description

Object-oriented style

public DateTimeImmutable::__construct( string $datetime = "now", ?DateTimeZone $timezone = null)

Procedural style

date_create_immutable(string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false

Like DateTime::__construct() but works with DateTimeImmutable.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/datetimeimmutable.construct.php