The ReflectionFunction class
(PHP 5)
Einführung
The ReflectionFunction class reports information about a function.
Parent class ReflectionFunctionAbstract has the same methods except invoke(), invokeArgs(), export() and isDisabled().
Klassenbeschreibung
/* Konstanten */
/* Eigenschaften */
public
$ReflectionFunction->name
;
/* Methoden */
ReflectionFunction::__construct
( mixed $name
)
/* Geerbte Methoden */
}Eigenschaften
- name
-
Name of the function. Read-only, throws ReflectionException in attempt to write.
Vordefinierte Konstanten
ReflectionFunction Modifiers
- ReflectionFunction::IS_DEPRECATED
-
Indicates deprecated functions.
Inhaltsverzeichnis
- ReflectionFunction::__construct — Constructs a ReflectionFunction object
- ReflectionFunction::export — Exports function
- ReflectionFunction::getClosure — Returns a dynamically created closure for the 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.