Reflection::getModifierNames

(PHP 5)

Reflection::getModifierNamesGets modifier names

Опис

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

Gets modifier names.

Увага

This function is currently not documented; only its argument list is available.

Параметри

modifiers

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

Значення, що повертаються

An array of modifier names.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top