Forum PHP 2025

ReflectionProperty::isProtectedSet

(PHP 8 >= 8.4.0)

ReflectionProperty::isProtectedSetプロパティが書き込みについて protected かどうかを調べる

説明

public ReflectionProperty::isProtectedSet(): bool

プロパティが書き込みについて protected かどうかを調べます。

パラメータ

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

戻り値

プロパティが protected(set) の場合 true を返します。 そうでない場合、false を返します。

参考

add a note

User Contributed Notes

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