PHP Conference Japan 2024

IntlCalendar::__construct

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

IntlCalendar::__construct不允許實例化的私有建構函式

說明

private IntlCalendar::__construct()

一個私有建構函式,用於禁止使用 new 運算子進行實例化。

請改為呼叫 IntlCalendar::createInstance()

參數

此函式沒有參數。

新增註解

使用者提供的註解

此頁面沒有使用者提供的註解。
To Top