(PHP 5, PHP 7)
A classe ReflectionFunction reporta informações sobre uma função.
$name
$return
$parameter
$...
$args
Nome da função. Somente leitura, gera ReflectionException na tentativa de escrita.
ReflectionFunction::IS_DEPRECATED
Indica funções obsoletas.