IntlTimeZone::getEquivalentID

intltz_get_equivalent_id

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

IntlTimeZone::getEquivalentID -- intltz_get_equivalent_id获取包含给定 ID 的等效组中的 ID

描述

面向对象风格 (方法)

public static IntlTimeZone::getEquivalentID(string $timezoneId, int $offset): string|false

过程化风格

intltz_get_equivalent_id(string $timezoneId, int $offset): string|false

警告

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

参数

timezoneId

offset

返回值

添加备注

用户贡献的笔记

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