在线文档教程
PHP
反射 | Reflection

ReflectionClass::getModifiers

ReflectionClass::getModifiers

(PHP 5, PHP 7)

ReflectionClass::getModifiers - 获取类修饰符

描述

public int ReflectionClass::getModifiers ( void )

返回此类的访问修饰符的位域。

参数

该函数没有参数。

返回值

返回修饰符常量的位掩码。

另请参阅

  • ReflectionClass::getProperties() - 获取属性

  • Reflection::getModifierNames() - 获取修饰符名称

← ReflectionClass::getMethods

ReflectionClass::getName →