The ReflectionFunction class
(PHP 5, PHP 7, PHP 8)
Einführung
The ReflectionFunction class reports information about a function.
Klassenbeschreibung
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