PHP Conference Japan 2024

IntlTimeZone::hasSameRules

intltz_has_same_rules

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

IntlTimeZone::hasSameRules -- intltz_has_same_rules檢查此時區是否與另一個時區具有相同的規則和偏移量

說明

物件導向風格 (方法)

public IntlTimeZone::hasSameRules(IntlTimeZone $other): bool

程序式風格

intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool

警告

此函式目前沒有說明文件;僅提供其參數列表。

參數

other

返回值

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top