ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constants

说明

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constants.

Warning

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

参数

name

返回值

参见


ReflectionClass
PHP Manual