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