Reflection::getModifierNames

(PHP 5)

Reflection::getModifierNamesGets modifier names

Beskrivelse

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

Gets modifier names.

Advarsel

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

Parametre

modifiers

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

Returnerings Værdier

An array of modifier names.

Se også

add a note add a note

User Contributed Notes

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