PHP Conference Japan 2024

Closure::__construct

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

Closure::__construct禁止實例化的建構函式

說明

private Closure::__construct()

這個方法的存在只是為了禁止實例化 Closure 類別。此類別的物件是以在匿名函式頁面上描述的方式建立的。

參數

這個函式沒有參數。

另請參閱

新增註解

使用者貢獻的註解

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