Reflection
PHP Manual

Reflection::getModifierNames

(PHP 5)

Reflection::getModifierNamesGets modifier names

说明

public static array Reflection::getModifierNames ( int $modifiers )

Gets modifier names.

Warning

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

参数

modifiers

The modifiers to get, which is from a numeric value.

返回值

An array of modifier names.

参见


Reflection
PHP Manual