The ReflectionGenerator class

(PHP 7, PHP 8)

Introducción

The ReflectionGenerator class reports information about a generator.

Sinopsis de la Clase

finalclassReflectionGenerator {
public__construct(Generator$generator)
publicgetThis(): ?object
publicgetTrace(int$options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

Historial de cambios

VersiónDescripción
8.0.0 The class is final now.

Tabla de contenidos

To Top