PHP 8.3.4 Released!

The ReflectionFiber class

(PHP 8 >= 8.1.0)

Einführung

Klassenbeschreibung

final class ReflectionFiber {
/* Methoden */
public __construct(Fiber $fiber)
public getFiber(): Fiber
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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