php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (Generator $generator) | |
getExecutingLine () | |
getExecutingFile () | |
getTrace (int $options=DEBUG_BACKTRACE_PROVIDE_OBJECT) | |
getFunction () | |
getThis () | |
getExecutingGenerator () | |
isClosed () | |
@not-serializable
Definition at line 145 of file php_reflection.stub.php.
ReflectionGenerator::__construct | ( | Generator | $generator | ) |
Definition at line 147 of file php_reflection.stub.php.
ReflectionGenerator::getExecutingFile | ( | ) |
@tentative-return-type
Definition at line 153 of file php_reflection.stub.php.
ReflectionGenerator::getExecutingGenerator | ( | ) |
@tentative-return-type
Definition at line 165 of file php_reflection.stub.php.
ReflectionGenerator::getExecutingLine | ( | ) |
@tentative-return-type
Definition at line 150 of file php_reflection.stub.php.
ReflectionGenerator::getFunction | ( | ) |
@tentative-return-type
Definition at line 159 of file php_reflection.stub.php.
ReflectionGenerator::getThis | ( | ) |
@tentative-return-type
Definition at line 162 of file php_reflection.stub.php.
ReflectionGenerator::getTrace | ( | int | $options = DEBUG_BACKTRACE_PROVIDE_OBJECT | ) |
@tentative-return-type
Definition at line 156 of file php_reflection.stub.php.
ReflectionGenerator::isClosed | ( | ) |
Definition at line 167 of file php_reflection.stub.php.