PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

ReflectionClass::getConstant

(PHP 5, PHP 7)

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

说明

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

获取定义过的一个常量。

Warning

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

参数

name

常量的名称。

返回值

常量的值。

参见