ReflectionFiber sınıfı

(PHP 8 >= 8.1.0)

Giriş

Sınıf Sözdizimi

final class ReflectionFiber {
/* Yöntemler */
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
}

İçindekiler

add a note

User Contributed Notes

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