PHP 8.4.2 Released!

ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__constructConstruit un ReflectionConstant

Description

public ReflectionConstant::__construct(string $name)

Construit un nouvel objet ReflectionConstant.

Liste de paramètres

name
Le nom de la constante.

Erreurs / Exceptions

Lance une ReflectionException si la constante n'existe pas.

Voir aussi

add a note

User Contributed Notes

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