Dutch PHP Conference 2025 - Call For Papers

ReflectionFiber::getTrace

(PHP 8 >= 8.1.0)

ReflectionFiber::getTraceGet the backtrace of the current execution point

Опис

public ReflectionFiber::getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array

Get the backtrace of the current execution point in the reflected Fiber.

Параметри

options

The value of options can be any of the following flags.

Available options
Option Опис
DEBUG_BACKTRACE_PROVIDE_OBJECT Default.
DEBUG_BACKTRACE_IGNORE_ARGS Don't include the argument information for functions in the stack trace.

Значення, що повертаються

The backtrace of the current execution point in the fiber.

add a note

User Contributed Notes

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