PHP ReflectionProperty::getModifiers 反射函数

  • 定义和用法

    ReflectionProperty::getModifiers - 获取属性修饰符
  • 版本支持

    PHP4 PHP5 PHP7
    不支持 支持 支持
  • 语法

    ReflectionProperty::getModifiers( void )
    ReflectionProperty::getModifiers() 获取属性修饰符
  • 参数

    参数 必需的 描述
  • 返回值

    修饰符的数字表示。
  • 相关页面

    ReflectionProperty::isPrivate() - 检查属性是否私有
    Reflection::getModifierNames() - 获取修饰符的名称