PHP 8.5.0 RC 2 available for testing

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 */
public string $name ;
/* Methods */
public __construct (string $name)
public getFileName (): string |false
public getName (): string
public getShortName (): string
public getValue (): mixed
public isDeprecated (): bool
public __toString (): string
}

Properties

name
Name of the constant. Read-only, throws ReflectionException in attempt to write.

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /