ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constants

説明

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constants.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

name

返り値

参考


ReflectionClass
PHP Manual