php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ReflectionFunctionAbstract Class Reference
Inheritance diagram for ReflectionFunctionAbstract:
Reflector Stringable ReflectionFunction ReflectionMethod

Public Member Functions

 inNamespace ()
 
 isClosure ()
 
 isDeprecated ()
 
 isInternal ()
 
 isUserDefined ()
 
 isGenerator ()
 
 isVariadic ()
 
 isStatic ()
 
 getClosureThis ()
 
 getClosureScopeClass ()
 
 getClosureCalledClass ()
 
 getClosureUsedVariables ()
 
 getDocComment ()
 
 getEndLine ()
 
 getExtension ()
 
 getExtensionName ()
 
 getFileName ()
 
 getName ()
 
 getNamespaceName ()
 
 getNumberOfParameters ()
 
 getNumberOfRequiredParameters ()
 
 getParameters ()
 
 getShortName ()
 
 getStartLine ()
 
 getStaticVariables ()
 
 returnsReference ()
 
 hasReturnType ()
 
 getReturnType ()
 
 hasTentativeReturnType ()
 
 getTentativeReturnType ()
 
 getAttributes (?string $name=null, int $flags=0)
 
- Public Member Functions inherited from Stringable
 __toString ()
 

Data Fields

string $name
 

Detailed Description

@not-serializable

Definition at line 20 of file php_reflection.stub.php.

Member Function Documentation

◆ getAttributes()

ReflectionFunctionAbstract::getAttributes ( ?string $name = null,
int $flags = 0 )

Definition at line 114 of file php_reflection.stub.php.

◆ getClosureCalledClass()

ReflectionFunctionAbstract::getClosureCalledClass ( )

@tentative-return-type

Definition at line 58 of file php_reflection.stub.php.

◆ getClosureScopeClass()

ReflectionFunctionAbstract::getClosureScopeClass ( )

@tentative-return-type

Definition at line 55 of file php_reflection.stub.php.

◆ getClosureThis()

ReflectionFunctionAbstract::getClosureThis ( )

@tentative-return-type

Definition at line 52 of file php_reflection.stub.php.

◆ getClosureUsedVariables()

ReflectionFunctionAbstract::getClosureUsedVariables ( )

Definition at line 60 of file php_reflection.stub.php.

◆ getDocComment()

ReflectionFunctionAbstract::getDocComment ( )

@tentative-return-type

Definition at line 63 of file php_reflection.stub.php.

◆ getEndLine()

ReflectionFunctionAbstract::getEndLine ( )

@tentative-return-type

Definition at line 66 of file php_reflection.stub.php.

◆ getExtension()

ReflectionFunctionAbstract::getExtension ( )

@tentative-return-type

Definition at line 69 of file php_reflection.stub.php.

◆ getExtensionName()

ReflectionFunctionAbstract::getExtensionName ( )

@tentative-return-type

Definition at line 72 of file php_reflection.stub.php.

◆ getFileName()

ReflectionFunctionAbstract::getFileName ( )

@tentative-return-type

Definition at line 75 of file php_reflection.stub.php.

◆ getName()

ReflectionFunctionAbstract::getName ( )

@tentative-return-type

Definition at line 78 of file php_reflection.stub.php.

◆ getNamespaceName()

ReflectionFunctionAbstract::getNamespaceName ( )

@tentative-return-type

Definition at line 81 of file php_reflection.stub.php.

◆ getNumberOfParameters()

ReflectionFunctionAbstract::getNumberOfParameters ( )

@tentative-return-type

Definition at line 84 of file php_reflection.stub.php.

◆ getNumberOfRequiredParameters()

ReflectionFunctionAbstract::getNumberOfRequiredParameters ( )

@tentative-return-type

Definition at line 87 of file php_reflection.stub.php.

◆ getParameters()

ReflectionFunctionAbstract::getParameters ( )

@tentative-return-type

Definition at line 90 of file php_reflection.stub.php.

◆ getReturnType()

ReflectionFunctionAbstract::getReturnType ( )

@tentative-return-type

Definition at line 108 of file php_reflection.stub.php.

◆ getShortName()

ReflectionFunctionAbstract::getShortName ( )

@tentative-return-type

Definition at line 93 of file php_reflection.stub.php.

◆ getStartLine()

ReflectionFunctionAbstract::getStartLine ( )

@tentative-return-type

Definition at line 96 of file php_reflection.stub.php.

◆ getStaticVariables()

ReflectionFunctionAbstract::getStaticVariables ( )

@tentative-return-type

Definition at line 99 of file php_reflection.stub.php.

◆ getTentativeReturnType()

ReflectionFunctionAbstract::getTentativeReturnType ( )

Definition at line 112 of file php_reflection.stub.php.

◆ hasReturnType()

ReflectionFunctionAbstract::hasReturnType ( )

@tentative-return-type

Definition at line 105 of file php_reflection.stub.php.

◆ hasTentativeReturnType()

ReflectionFunctionAbstract::hasTentativeReturnType ( )

Definition at line 110 of file php_reflection.stub.php.

◆ inNamespace()

ReflectionFunctionAbstract::inNamespace ( )

@tentative-return-type

Definition at line 28 of file php_reflection.stub.php.

◆ isClosure()

ReflectionFunctionAbstract::isClosure ( )

@tentative-return-type

Definition at line 31 of file php_reflection.stub.php.

◆ isDeprecated()

ReflectionFunctionAbstract::isDeprecated ( )

@tentative-return-type

Definition at line 34 of file php_reflection.stub.php.

◆ isGenerator()

ReflectionFunctionAbstract::isGenerator ( )

@tentative-return-type

Definition at line 43 of file php_reflection.stub.php.

◆ isInternal()

ReflectionFunctionAbstract::isInternal ( )

@tentative-return-type

Definition at line 37 of file php_reflection.stub.php.

◆ isStatic()

ReflectionFunctionAbstract::isStatic ( )

@tentative-return-type

Definition at line 49 of file php_reflection.stub.php.

◆ isUserDefined()

ReflectionFunctionAbstract::isUserDefined ( )

@tentative-return-type

Definition at line 40 of file php_reflection.stub.php.

◆ isVariadic()

ReflectionFunctionAbstract::isVariadic ( )

@tentative-return-type

Definition at line 46 of file php_reflection.stub.php.

◆ returnsReference()

ReflectionFunctionAbstract::returnsReference ( )

@tentative-return-type

Definition at line 102 of file php_reflection.stub.php.

Field Documentation

◆ $name

string ReflectionFunctionAbstract::$name

Definition at line 22 of file php_reflection.stub.php.


The documentation for this class was generated from the following file: