PHP 8.4.1 Released!

ReflectionProperty::isPrivate

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isPrivateprivate プロパティであるかどうかを調べる

説明

public ReflectionProperty::isPrivate(): bool

private プロパティであるかどうかを調べます。

パラメータ

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

戻り値

private プロパティである場合に true、それ以外の場合に false を返します。

注意: これはデフォルトの可視性のみを参照します。set の可視性は指定されていても無視されることに注意してください。

参考

add a note

User Contributed Notes

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