(PHP 5)
ReflectionMethod 类报告了一个方法的有关信息。
Method name
Class name
ReflectionMethod::IS_STATIC
      指示一个方法是静态(static)的。
ReflectionMethod::IS_PUBLIC
      指示一个方法是 public 的。
ReflectionMethod::IS_PROTECTED
      指示一个方法是 protected 的。
ReflectionMethod::IS_PRIVATE
      指示一个方法是 private 的。
ReflectionMethod::IS_ABSTRACT
      指示一个方法是 abstract 的。
ReflectionMethod::IS_FINAL
      指示一个方法是 final 的。