ReflectionClass::getConstant

ReflectionClass::getConstant

(PHP 5, PHP 7)

ReflectionClass::getConstantGets defined constant

Description

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constant.

Warning

This function is currently not documented; only its argument list is available.

Parameters

name

Name of the constant.

登录查看完整内容