文字

ReflectionProperty::getModifiers

(PHP 5)

ReflectionProperty::getModifiersGets modifiers

说明

public int ReflectionProperty::getModifiers ( void )

Gets the modifiers.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

A numeric representation of the modifiers.

参见

  • ReflectionProperty::isPrivate() - Checks if property is private
  • Reflection::getModifierNames() - 获取修饰符的名称
上一篇: 下一篇: