The ReflectionConstant class
(PHP 8 >= 8.4.0)
Introduction
The ReflectionConstant class reports
information about a global constant.
Class synopsis
final
class ReflectionConstant
implements
Reflector {
/* Properties */
/* Methods */
}
Properties
- name
-
Name of the constant. Read-only, throws
ReflectionException in attempt to write.
Table of Contents
There are no user contributed notes for this page.