|
ReflectionMethod::getModifiers(PHP 5) ReflectionMethod::getModifiers — Gets the method modifiers Описание
public int ReflectionMethod::getModifiers
( void
)
Returns a bitfield of the access modifiers for this method. Список параметровУ этой функции нет параметров. Возвращаемые значенияA numeric representation of the modifiers. The modifiers are listed below. The actual meanings of these modifiers are described in the predefined constants. Примеры
Пример #1 ReflectionMethod::getModifiers() example
<?php Результатом выполнения данного примера будет что-то подобное: Modifiers for method foo(): 261 final public static Modifiers for method bar(): 65792 public |
|