ReflectionClass::getReflectionConstant

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClass::getReflectionConstant获取类的常量的 ReflectionClassConstant

描述

public ReflectionClass::getReflectionConstant(string $name): ReflectionClassConstant|false

获取类的常量的 ReflectionClassConstant

参数

name

类常量名称。

返回值

一个 ReflectionClassConstant,或在失败时返回 false

添加备注

用户贡献的备注

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