Search Results
Description ¶ public ReflectionFunctionAbstract::getExtension (): ? ReflectionExtension Get the extension information of a function.
public ReflectionFunctionAbstract::getExtension (): ? ReflectionExtension public ReflectionFunctionAbstract::getExtensionName (): string|false public ...
Simple usage example of `ReflectionFunctionAbstract::getExtension ()`. The `ReflectionFunctionAbstract::getExtension` is a PHP function that allows you to retrieve information about the extension that defines a particular function or method. This can be useful when you want to know details about the extension, such as its name, version, or author.
/* Methods */ finalprivatevoid __clone ( void ) publicReflectionClass getClosureScopeClass ( void ) publicobject getClosureThis ( void ) publicstring getDocComment ( void ) publicint getEndLine ( void ) publicReflectionExtension getExtension ( void ) publicstring getExtensionName ( void ) publicstring getFileName ( void ) publicstring getName ...
The ReflectionFunctionAbstract class Properties ¶ name Name of the function. Read-only, throws ReflectionException in attempt to write.
ReflectionFunctionAbstract::getStaticVariables — Gets static variables ReflectionFunctionAbstract::hasReturnType — Checks if the function has a specified return type
public ReflectionFunctionAbstract::getExtension (): ? ReflectionExtension public ReflectionFunctionAbstract::getExtensionName (): string|false public ...
