ReflectionClass::getConstant
(PHP 5, PHP 7)
ReflectionClass::getConstant — 获取定义过的一个常量
说明
获取定义过的一个常量。
Warning
本函数还未编写文档,仅有参数列表。
参数
-
name
-
常量的名称。
返回值
常量的值。
(PHP 5, PHP 7)
ReflectionClass::getConstant — 获取定义过的一个常量
获取定义过的一个常量。
本函数还未编写文档,仅有参数列表。
name
常量的名称。
常量的值。