Search Results

  1. Description ¶ public ReflectionFunctionAbstract::getExtension (): ? ReflectionExtension Get the extension information of a function.

  2. public ReflectionFunctionAbstract::getExtension (): ? ReflectionExtension public ReflectionFunctionAbstract::getExtensionName (): string|false public ...

  3. 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.

  4. /* 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 ...

  5. The ReflectionFunctionAbstract class Properties ¶ name Name of the function. Read-only, throws ReflectionException in attempt to write.

  6. ReflectionFunctionAbstract::getStaticVariables — Gets static variables ReflectionFunctionAbstract::hasReturnType — Checks if the function has a specified return type

  7. public ReflectionFunctionAbstract::getExtension (): ? ReflectionExtension public ReflectionFunctionAbstract::getExtensionName (): string|false public ...