PHP 8.4.1 Released!

ReflectionClass::getReflectionConstant

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClass::getReflectionConstantBir sınıfın sabiti için ReflectionClassConstant sınıfı

Açıklama

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

Bir sınıfın sabiti için bir ReflectionClassConstant döndürür.

Bağımsız Değişkenler

isim

Sınıf sabitinin ismi.

Dönen Değerler

Bir ReflectionClassConstant döner, başarısızlık durumunda false döner.

Ayrıca Bakınız

add a note

User Contributed Notes

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