Closure::__construct

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

Closure::__construct用于禁止實例化的構(gòu)造函數(shù)

說明

private Closure::__construct()

這個方法僅用于禁止實例化一個 Closure 類的對象。這個類的對象的創(chuàng)建方法寫在 匿名函數(shù) 頁。

參數(shù)

此函數(shù)沒有參數(shù)。