(PHP 5, PHP 7, PHP 8)
ReflectionProperty::isPrivate — 检查属性是否为私有
检查属性是否为私有。
此函数没有参数。
如果属性是私有的,则为true,否则为false。
true
false