ReflectionClass::newInstance
(PHP 5, PHP 7, PHP 8)
ReflectionClass::newInstance — 指定した引数でクラスの新しいインスタンスを作成する
説明
クラスの新しいインスタンスを作成します。指定した引数をクラスのコンストラクタに渡します。
戻り値
エラー / 例外
コンストラクタが public でない場合は ReflectionException が発生します。
クラスにコンストラクタがないときに args
を指定すると
ReflectionException が発生します。
参考
- ReflectionClass::newInstanceArgs() - 指定した引数でクラスの新しいインスタンスを作成する
- ReflectionClass::newInstanceWithoutConstructor() - コンストラクタを起動せずに新しいクラスのインスタンスを作成する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google