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