ReflectionConstant::__construct

(PHP 8 >= 8.4.0)

ReflectionConstant::__constructConstructs a ReflectionConstant

Açıklama

public ReflectionConstant::__construct(string $name)

Constructs a new ReflectionConstant object.

Bağımsız Değişkenler

name
The name of the constant.

Hatalar/İstisnalar

Throws a ReflectionException in case the given constant does not exist.

Ayrıca Bakınız

add a note

User Contributed Notes

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