|
DateTimeImmutable::__constructdate_create_immutableReturns new DateTimeImmutable object DescriptionObject oriented style
public DateTimeImmutable::__construct
([ string
$time = "now"
[, DateTimeZone $timezone = NULL
]] )Procedural style
DateTimeImmutable date_create_immutable
([ string
$time = "now"
[, DateTimeZone $timezone = NULL
]] )Like DateTime::__construct but works with DateTimeImmutable. |