La classe ReflectionGenerator

(PHP 7, PHP 8)

Introduction

La classe ReflectionGenerator rapporte des informations à props d'un générateur.

Synopsis de la classe

ReflectionGenerator {
/* Méthodes */
public __construct(Generator $generator)
public getExecutingFile(): string
public getExecutingLine(): int
public getThis(): object|null
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

Sommaire

add a note add a note

User Contributed Notes

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