php / 8.1.5 / reflectionclass.getreflectionconstant.html /

ReflectionClass::getReflectionConstant

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClass::getReflectionConstantGets a ReflectionClassConstant for a class's constant

Description

public ReflectionClass::getReflectionConstant(string $name): ReflectionClassConstant|false

Gets a ReflectionClassConstant for a class's property.

Parameters

name

The class constant name.

Return Values

A ReflectionClassConstant, or false on failure.

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