ReflectionClass
PHP Manual

ReflectionClass::getConstants

(PHP 5)

ReflectionClass::getConstantsGets constants

说明

public array ReflectionClass::getConstants ( void )

Gets defined constants from a class.

Warning

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

参数

此函数没有参数。

返回值

An array of constants. Constant name in key, constant value in value.

参见


ReflectionClass
PHP Manual