|
ReflectionMethod::getModifiersGets the method modifiers Beschreibung
public int ReflectionMethod::getModifiers
( void
)
Returns a bitfield of the access modifiers for this method. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA numeric representation of the modifiers. The modifiers are listed below. The actual meanings of these modifiers are described in the predefined constants. Beispiele
Beispiel #1 ReflectionMethod::getModifiers example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Modifiers for method foo(): 261 final public static Modifiers for method bar(): 65792 public Siehe auch
|