Closure::__construct

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

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

說明

private Closure::__construct()

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

參數(shù)

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