CakeFest 2024: The Official CakePHP Conference

ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::isPrivateクラス定数がprivateかを調べる

説明

public ReflectionClassConstant::isPrivate(): bool

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

パラメータ

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

戻り値

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

参考

add a note

User Contributed Notes

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