ReflectionConstant::__construct

ReflectionConstant を構築する

説明

public ReflectionConstant::__construct(string $name)

新しい ReflectionConstant を構築します。

パラメータ

name
定数の名前。

エラー / 例外

与えられた定数が存在しない場合は、ReflectionException をスローします。

参考