ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5, PHP 7)

ReflectionClass::getConstant获取定义过的一个常量

说明

public mixed ReflectionClass::getConstant ( string $name )

获取定义过的一个常量。

Warning

本函数还未编写文档,仅有参数列表。

参数

name

常量的名称。

返回值

常量的值。

参见


ReflectionClass
PHP Manual