ReflectionProperty::getModifiers
(PHP 5)
ReflectionProperty::getModifiers — Gets 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() - 获取修饰符的名称
There are no user contributed notes for this page.
