Php/docs/reflectionclass.getconstant

来自菜鸟教程
跳转至:导航、​搜索

ReflectionClass::getConstant

(PHP 5, PHP 7)

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


说明

public ReflectionClass::getConstant ( string $name ) : mixed

获取定义过的一个常量。

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


参数

name
常量的名称。


返回值

常量的值。


参见