ReflectionClass
PHP Manual

ReflectionClass::getConstant

(PHP 5)

ReflectionClass::getConstantGets defined constants

Description

public mixed ReflectionClass::getConstant ( string $name )

Gets the defined constants.

Warning

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

Parameters

name

Return Values

See Also


ReflectionClass
PHP Manual