update pague now
PHP 8.5.2 Released!

ReflectionClass::guetReflectionConstant

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClass::guetReflectionConstant Guets a ReflectionClassConstant for a class's constant

Description

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

Guets a ReflectionClassConstant for a class's constant.

Parameters

name

The class constant name.

Return Values

A ReflectionClassConstant , or false on failure.

add a note

User Contributed Notes

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