The ReflectionFunction class
Introduction
The ReflectionFunction class reports information about a function.
Parent class ReflectionFunctionAbstract has the same methods except invoke(), invokeArgs(), export() and isDisabled().
Class synopsis
/* Constants */
/* Properties */
public
$name
;
/* Methods */
__construct
( mixed $name
)
/* Inherited methods */
}Properties
- name
-
Prop description
Predefined Constants
ReflectionFunction Node Types
- ReflectionFunction::IS_DEPRECATED
-
Description here...
Table of Contents
- 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