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