ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructReflectionZendExtension オブジェクトを作成する

説明

publicReflectionZendExtension::__construct(string$name)

新しい ReflectionZendExtension オブジェクトを作成します。

パラメータ

name

拡張機能の名前

エラー / 例外

リフレクションする拡張機能が存在しない場合、 ReflectionException がスローされます。

To Top