PHP Conference Japan 2024

ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__construct构造 ReflectionConstant

描述

public ReflectionConstant::__construct(string $name)

构造一个新的ReflectionConstant 对象。

参数

name
常量的名称。

错误/异常

如果给定的常量不存在,则抛出ReflectionException

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top