PHP 8.1.31 Released!

The ReflectionGenerator class

(PHP 7, PHP 8)

Introduzione

The ReflectionGenerator class reports information about a generator.

Sommario della classe

final class ReflectionGenerator {
/* Metodi */
public __construct(Generator $generator)
public getThis(): ?object
public isClosed(): bool
}

Log delle modifiche

Versione Descrizione
8.0.0 The class is final now.

Indice dei contenuti

add a note

User Contributed Notes

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