IntlTimeZone::getRegion

intltz_get_region

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

IntlTimeZone::getRegion -- intltz_get_regionGet the region code associated with the given system time zone ID

說明

面向對象風格 (method):

public static IntlTimeZone::getRegion(string $timezoneId): string|false

過程化風格:

intltz_get_region(string $timezoneId): string|false

警告

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

參數(shù)

timezoneId

返回值

Return region 或者在失敗時返回 false.