ReflectionClass::getConstant
ReflectionClass::getConstant
(PHP 5, PHP 7)
ReflectionClass::getConstant - 获取定义的常量
描述
public mixed ReflectionClass::getConstant ( string $name )
获取定义的常量。
警告
此函数目前没有记录;只有它的参数列表可用。
参数
name
常数的名称。
返回值
常数的值。
另请参阅
- ReflectionClass::getConstants() - 获取常量
← ReflectionClass::export
ReflectionClass::getConstants →