ReflectionClass::getConstant

(PHP 5, PHP 7)

ReflectionClass::getConstantGets defined constant

Beschreibung

public ReflectionClass::getConstant ( string $name ) : mixed

Gets the defined constant.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

name

Name of the constant.

Rückgabewerte

Value of the constant.

Siehe auch