CARVIEW |
Select Language
HTTP/2 200
server: myracloud
date: Sun, 12 Oct 2025 17:05:56 GMT
content-type: text/html; charset=utf-8
content-language: en
permissions-policy: interest-cohort=()
x-frame-options: SAMEORIGIN
link: ; rel=shorturl
last-modified: Sun, 12 Oct 2025 16:08:39 GMT
content-encoding: gzip
vary: accept-encoding
expires: Sun, 12 Oct 2025 17:05:55 GMT
cache-control: max-age=0
PHP: ReflectionFunctionAbstract - Manual
The ReflectionFunctionAbstract class
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
Introduction
A parent class to ReflectionFunction, read its description for details.
Class synopsis
/* Properties */
/* Methods */
}Properties
- name
-
Name of the function. Read-only, throws ReflectionException in attempt to write.
Table of Contents
- ReflectionFunctionAbstract::__clone — Clones function
- ReflectionFunctionAbstract::getAttributes — Gets Attributes
- ReflectionFunctionAbstract::getClosureCalledClass — Returns the class corresponding to static:: inside a closure
- ReflectionFunctionAbstract::getClosureScopeClass — Returns the class corresponding to the scope inside a closure
- ReflectionFunctionAbstract::getClosureThis — Returns the object which corresponds to $this inside a closure
- ReflectionFunctionAbstract::getClosureUsedVariables — Returns an array of the used variables in the Closure
- ReflectionFunctionAbstract::getDocComment — Gets doc comment
- ReflectionFunctionAbstract::getEndLine — Gets end line number
- ReflectionFunctionAbstract::getExtension — Gets extension info
- ReflectionFunctionAbstract::getExtensionName — Gets extension name
- ReflectionFunctionAbstract::getFileName — Gets file name
- ReflectionFunctionAbstract::getName — Gets function name
- ReflectionFunctionAbstract::getNamespaceName — Gets namespace name
- ReflectionFunctionAbstract::getNumberOfParameters — Gets number of parameters
- ReflectionFunctionAbstract::getNumberOfRequiredParameters — Gets number of required parameters
- ReflectionFunctionAbstract::getParameters — Gets parameters
- ReflectionFunctionAbstract::getReturnType — Gets the specified return type of a function
- ReflectionFunctionAbstract::getShortName — Gets function short name
- ReflectionFunctionAbstract::getStartLine — Gets starting line number
- ReflectionFunctionAbstract::getStaticVariables — Gets static variables
- ReflectionFunctionAbstract::getTentativeReturnType — Returns the tentative return type associated with the function
- ReflectionFunctionAbstract::hasReturnType — Checks if the function has a specified return type
- ReflectionFunctionAbstract::hasTentativeReturnType — Returns whether the function has a tentative return type
- ReflectionFunctionAbstract::inNamespace — Checks if function in namespace
- ReflectionFunctionAbstract::isClosure — Checks if closure
- ReflectionFunctionAbstract::isDeprecated — Checks if deprecated
- ReflectionFunctionAbstract::isGenerator — Returns whether this function is a generator
- ReflectionFunctionAbstract::isInternal — Checks if is internal
- ReflectionFunctionAbstract::isStatic — Checks if the function is static
- ReflectionFunctionAbstract::isUserDefined — Checks if user defined
- ReflectionFunctionAbstract::isVariadic — Checks if the function is variadic
- ReflectionFunctionAbstract::returnsReference — Checks if returns reference
- ReflectionFunctionAbstract::__toString — Returns the string representation of the ReflectionFunctionAbstract object
+add a note
User Contributed Notes
There are no user contributed notes for this page.

↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google