在线文档教程
PHP
反射 | Reflection

ReflectionClass::getConstants

ReflectionClass::getConstants

(PHP 5, PHP 7)

ReflectionClass::getConstants - 获取常量

描述

public array ReflectionClass::getConstants ( void )

获取类中的所有已定义的常量,而不管它们的可见性如何。

参数

该函数没有参数。

返回值

一个常量的数组,其中键的名称和值是常量的值。

另请参阅

  • ReflectionClass::getConstant() - 获取定义的常量

← ReflectionClass::getConstant

ReflectionClass::getConstructor →