The ReflectionFiber class

Introduction

Class synopsis

final ReflectionFiber
/* Methods */
public __construct(Fiber $fiber)
public callable getCallable()
public stringnull getExecutingFile()
public intnull getExecutingLine()
public Fiber getFiber()
public array getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT)
Table of Contents