PHP Conference Japan 2024

ReflectionClass::getReflectionConstant

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClass::getReflectionConstant取得類別常數的 ReflectionClassConstant

說明

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

取得類別常數的 ReflectionClassConstant

參數

name

類別常數名稱。

回傳值

一個 ReflectionClassConstant,或是失敗時回傳 false

新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top