php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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) | |
![]() | |
__toString () | |
Data Fields | |
string | $name |
@not-serializable
Definition at line 20 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getAttributes | ( | ?string | $name = null, |
int | $flags = 0 ) |
Definition at line 114 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getClosureCalledClass | ( | ) |
@tentative-return-type
Definition at line 58 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getClosureScopeClass | ( | ) |
@tentative-return-type
Definition at line 55 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getClosureThis | ( | ) |
@tentative-return-type
Definition at line 52 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getClosureUsedVariables | ( | ) |
Definition at line 60 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getDocComment | ( | ) |
@tentative-return-type
Definition at line 63 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getEndLine | ( | ) |
@tentative-return-type
Definition at line 66 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getExtension | ( | ) |
@tentative-return-type
Definition at line 69 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getExtensionName | ( | ) |
@tentative-return-type
Definition at line 72 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getFileName | ( | ) |
@tentative-return-type
Definition at line 75 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getName | ( | ) |
@tentative-return-type
Definition at line 78 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getNamespaceName | ( | ) |
@tentative-return-type
Definition at line 81 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getNumberOfParameters | ( | ) |
@tentative-return-type
Definition at line 84 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getNumberOfRequiredParameters | ( | ) |
@tentative-return-type
Definition at line 87 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getParameters | ( | ) |
@tentative-return-type
Definition at line 90 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getReturnType | ( | ) |
@tentative-return-type
Definition at line 108 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getShortName | ( | ) |
@tentative-return-type
Definition at line 93 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getStartLine | ( | ) |
@tentative-return-type
Definition at line 96 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getStaticVariables | ( | ) |
@tentative-return-type
Definition at line 99 of file php_reflection.stub.php.
ReflectionFunctionAbstract::getTentativeReturnType | ( | ) |
Definition at line 112 of file php_reflection.stub.php.
ReflectionFunctionAbstract::hasReturnType | ( | ) |
@tentative-return-type
Definition at line 105 of file php_reflection.stub.php.
ReflectionFunctionAbstract::hasTentativeReturnType | ( | ) |
Definition at line 110 of file php_reflection.stub.php.
ReflectionFunctionAbstract::inNamespace | ( | ) |
@tentative-return-type
Definition at line 28 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isClosure | ( | ) |
@tentative-return-type
Definition at line 31 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isDeprecated | ( | ) |
@tentative-return-type
Definition at line 34 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isGenerator | ( | ) |
@tentative-return-type
Definition at line 43 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isInternal | ( | ) |
@tentative-return-type
Definition at line 37 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isStatic | ( | ) |
@tentative-return-type
Definition at line 49 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isUserDefined | ( | ) |
@tentative-return-type
Definition at line 40 of file php_reflection.stub.php.
ReflectionFunctionAbstract::isVariadic | ( | ) |
@tentative-return-type
Definition at line 46 of file php_reflection.stub.php.
ReflectionFunctionAbstract::returnsReference | ( | ) |
@tentative-return-type
Definition at line 102 of file php_reflection.stub.php.
string ReflectionFunctionAbstract::$name |
Definition at line 22 of file php_reflection.stub.php.