PHP Conference Japan 2024

IntlTimeZone::getErrorCode

intltz_get_error_code

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

IntlTimeZone::getErrorCode -- intltz_get_error_code取得物件上的最後一個錯誤碼

說明

物件導向風格 (方法)

public IntlTimeZone::getErrorCode(): int|false

程序式風格

intltz_get_error_code(IntlTimeZone $timezone): int|false

警告

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

參數

此函式沒有參數。

回傳值

新增註記

使用者貢獻的註記

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