W3cubDocs

/PHP

DateTimeImmutable::__construct

date_create_immutable

(PHP 5 >= 5.5.0, PHP 7)

DateTimeImmutable::__construct -- date_create_immutableReturns new DateTimeImmutable object

Description

Object oriented style

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

Procedural style

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

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

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