update pague now
PHP 8.5.2 Released!

ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__construct Constructs a ReflectionConstant

Description

public ReflectionConstant::__construct ( string $name )

Constructs a new ReflectionConstant object.

Parameters

name
The name of the constant.

Errors/Exceptions

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

add a note

User Contributed Notes

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