ReflectionProperty::isStatic
(PHP 5, PHP 7)
ReflectionProperty :: isStatic - 检查属性是否为静态
描述
public bool ReflectionProperty::isStatic ( void )
检查属性是否为静态。
参数
该功能没有参数。
返回值
如果该属性是静态的返回TRUE
,否则返回FALSE
。
← ReflectionProperty::isPublic
ReflectionProperty::setAccessible →
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com