PHP Conference Japan 2024

IntlTimeZone::toDateTimeZone

intltz_to_date_time_zone

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

IntlTimeZone::toDateTimeZone -- intltz_to_date_time_zone转换为 DateTimeZone 对象

描述

面向对象风格 (方法)

public IntlTimeZone::toDateTimeZone(): DateTimeZone|false

过程化风格

intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false

警告

此函数目前没有文档;只有其参数列表可用。

参数

此函数没有参数。

返回值

添加注释

用户贡献笔记

此页面没有用户贡献的笔记。
To Top