PHP 8.4.2 Released!

ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__constructConstructs a ReflectionConstant

Descrição

public ReflectionConstant::__construct(string $name)

Constructs a new ReflectionConstant object.

Parâmetros

name
The name of the constant.

Erros/Exceções

Throws a ReflectionException in case the given constant does not exist.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top