(PHP 5, PHP 7)
The ReflectionFunction class reports information about a function.
$name
$return
$parameter
$...
$args
Name of the function. Read-only, throws ReflectionException in attempt to write.
ReflectionFunction::IS_DEPRECATED
Indicates deprecated functions.