PHP 8.1.28 Released!

Closure::__construct

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

Closure::__constructインスタンス作成を無効化したコンストラクタ

説明

private Closure::__construct()

このメソッドは、 Closure クラスのインスタンスを作れないようにするために存在します。 このクラスのオブジェクトを作るには、 無名関数 のページに書かれている手順を使います。

パラメータ

この関数にはパラメータはありません。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top