(PHP 5, PHP 7)
ReflectionMethod sınıfı bir yöntem hakkında bilgi edinilmesini sağlar.
Yöntemin ismi.
Sınıfın ismi
ReflectionMethod::IS_STATIC
Yöntemin duruk olduğunu belirtir.
ReflectionMethod::IS_PUBLIC
Yöntemin genel bir yöntem olduğunu belirtir
ReflectionMethod::IS_PROTECTED
Yöntemin korunmuş olduğunu belirtir.
ReflectionMethod::IS_PRIVATE
Yöntemin özel olduğunu belirtir.
ReflectionMethod::IS_ABSTRACT
Yöntemin soyut olduğunu belirtir.
ReflectionMethod::IS_FINAL
Yöntemin bir final yöntem olduğunu belirtir.