在线文档教程
PHP
反射 | Reflection

ReflectionClass::getReflectionConstant

ReflectionClass::getReflectionConstant

(PHP 7 >= 7.1.0)

ReflectionClass::getReflectionConstant - 获取类常量的ReflectionClassConstant

描述

public ReflectionClassConstant ReflectionClass::getReflectionConstant ( string $name )

获取类的属性的ReflectionClassConstant。

参数

name

类常量名称。

返回值

一个ReflectionClassConstant。

另请参阅

  • ReflectionClass::getReflectionConstants() - 获取类常量

  • ReflectionClassConstant

← ReflectionClass::getProperty

ReflectionClass::getReflectionConstants →