ReflectionFunctionAbstract::getExtension
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::getExtension — Gets extension info
Beschreibung
Get the extension information of a function.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
The extension information, as a ReflectionExtension object,
or null
for user-defined functions.