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