The ReflectionFunction class
Introdução
The ReflectionFunction class reports information about a function.
Parent class ReflectionFunctionAbstract has the same methods except invoke(), invokeArgs(), export() and isDisabled().
Sinopse da classe
ReflectionFunction
/* Constants */
/* Properties */
public
$name
;
/* Methods */
__construct
( string $name
)
/* Inherited methods */
}Propriedades
- name
-
Prop description
Constantes pré-definidas
ReflectionFunction Node Types
- ReflectionFunction::IS_DEPRECATED
-
Description here...
Índice
- ReflectionFunction::__construct — Constructs a ReflectionFunction object
- ReflectionFunction::export — Exports function
- ReflectionFunction::invoke — Invokes function
- ReflectionFunction::invokeArgs — Invokes function args
- ReflectionFunction::isDisabled — Checks if function is disabled
- ReflectionFunction::__toString — To string
ReflectionFunction
There are no user contributed notes for this page.
