parent root
PHP: DateTimeImmutable::__construct - Manual

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 $time = "now" [, DateTimeZone $timezone = NULL ]] )

Procedural style

date_create_immutable ([ string $time = "now" [, DateTimeZone $timezone = NULL ]] ) : DateTimeImmutable

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root