ReflectionGenerator クラス

(PHP 7, PHP 8)

はじめに

ReflectionGenerator クラスは、ジェネレータに関する情報を報告します。

クラス概要

ReflectionGenerator {
/* メソッド */
public __construct(Generator $generator)
public getExecutingFile(): string
public getExecutingLine(): int
public getThis(): object|null
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

目次

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top