PHP Conference Japan 2024

ReflectionClassConstant::__construct

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::__construct构造一个 ReflectionClassConstant

描述

public ReflectionClassConstant::__construct(对象|字符串 $class, 字符串 $constant)

构造一个新的 ReflectionClassConstant 对象。

参数

class

一个包含要反射的类的名称的 字符串,或一个 对象

constant

类常量的名称。

错误/异常

如果给定的类常量不存在,则抛出 Exception 异常。

参见

添加注释

用户贡献的注释

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