PHP 8.5.8 Released!

date_create_immutable

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

date_create_immutablecreate a new DateTimeImmutable object

说明

function 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.

返回值

Returns a new DateTimeImmutable instance 或者在失败时返回 false

参见

发现了问题?

了解如何改进此页面提交拉取请求报告一个错误
+添加备注

用户贡献的备注

此页面尚无用户贡献的备注。

AltStyle によって変換されたページ (->オリジナル) /