ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__constructConstruye un ReflectionConstant

Descripción

public ReflectionConstant::__construct(string $name)

Construye un nuevo objeto ReflectionConstant.

Parámetros

name
El nombre de la constante.

Errores/Excepciones

Se lanza una ReflectionException si la constante no existe.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top