CakeFest 2024: The Official CakePHP Conference

ReflectionZendExtension::__construct

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

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

説明

public ReflectionZendExtension::__construct(string $name)

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

パラメータ

name

拡張機能の名前

エラー / 例外

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

add a note

User Contributed Notes

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