update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 ReflectionMethod::getModifiers() example
<?php 위 예제의 출력 예시: Modifiers for method foo(): 261 final public static Modifiers for method bar(): 65792 public |