La clase ReflectionFiber

(PHP 8 >= 8.1.0)

Introducción

Sinopsis de la Clase

final class ReflectionFiber {
/* Métodos */
public function __construct(Fiber $fiber)
public function getCallable(): callable
public function getExecutingFile(): ?string
public function getExecutingLine(): ?int
public function getFiber(): Fiber
public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

Tabla de contenidos

add a note

User Contributed Notes

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