ReflectionFiber::getTrace
Get the backtrace of the current execution point
&reftitle.description;
public arrayReflectionFiber::getTrace
intoptionsDEBUG_BACKTRACE_PROVIDE_OBJECT
Get the backtrace of the current execution point in the reflected Fiber.
&reftitle.parameters;
options
The value of options can be any of
the following flags.
Available options
Option
&Description;
DEBUG_BACKTRACE_PROVIDE_OBJECT
Default.
DEBUG_BACKTRACE_IGNORE_ARGS
Don't include the argument information for functions in the stack
trace.
&reftitle.returnvalues;
The backtrace of the current execution point in the fiber.