Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: date_create_immutable - Manual
[go: Go Back, main page]

PHP 8.5.0 RC4 available for testing

date_create_immutable

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

date_create_immutablecreate a new DateTimeImmutable object

Descrizione

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

This is the procedural version of DateTimeImmutable::__construct().

Unlike the DateTimeImmutable constructor, it will return false instead of an exception if the passed in datetime string is invalid.

Elenco dei parametri

See DateTimeImmutable::__construct.

Valori restituiti

Returns a new DateTimeImmutable instance o false in caso di fallimento

Vedere anche:

add a note

User Contributed Notes

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