(PHP 5, PHP 7)
The ReflectionClass class reports information about a class.
$argument
$return
$name
$filter
&$def_value
$interface
$object
$class
$args
$...
$value
Name of the class. Read-only, throws ReflectionException in attempt to write.
ReflectionClass::IS_IMPLICIT_ABSTRACT
Indicates class that is abstract because it has some abstract methods.
ReflectionClass::IS_EXPLICIT_ABSTRACT
Indicates class that is abstract because of its definition.
ReflectionClass::IS_FINAL
Indicates final class.