CakeFest 2024: The Official CakePHP Conference

ReflectionClassConstant::isPublic

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::isPublicクラス定数が public かを調べる

説明

public ReflectionClassConstant::isPublic(): bool

クラス定数が public かを調べます。

パラメータ

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

戻り値

クラス定数が public なら true を返します。 そうでないなら、false を返します。

参考

add a note

User Contributed Notes

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