W3cubDocs

/PHP

ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__constructConstructs 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 given constant does not exist.

See Also

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionconstant.construct.php