PHP 8.4.3 Released!

ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__constructConstructs a ReflectionConstant

说明

public ReflectionConstant::__construct(string $name)

Constructs a new ReflectionConstant object.

参数

name
The name of the constant.

错误/异常

Throws a ReflectionException in case the given constant does not exist.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top