Statement on glibc/iconv Vulnerability

ReflectionClassConstant::isFinal

(PHP 8 >= 8.1.0)

ReflectionClassConstant::isFinalクラス定数が final かどうかを調べる

説明

public ReflectionClassConstant::isFinal(): bool

クラス定数が final かどうかを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

クラス定数が final の場合、true を返します。 そうでない場合、false を返します。

参考

add a note

User Contributed Notes

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