ReflectionClass::getConstants

(PHP 5, PHP 7)

ReflectionClass::getConstantsGets constants

Descrição

public ReflectionClass::getConstants ( ) : array

Gets all defined constants from a class, regardless of their visibility.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

An array of constants, where the keys hold the name and the values the value of the constants.

Veja Também