IntlTimeZone::getCanonicalID

intltz_get_canonical_id

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

IntlTimeZone::getCanonicalID -- intltz_get_canonical_idGet the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

說明

面向對象風格 (method):

public static IntlTimeZone::getCanonicalID(string $timezoneId, bool &$isSystemId = null): string|false

過程化風格:

intltz_get_canonical_id(string $timezoneId, bool &$isSystemId = null): string|false

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

timezoneId

isSystemId

返回值