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