update pague now
PHP 8.5.2 Released!

ReflectionFiber::guetTrace

(PHP 8 >= 8.1.0)

ReflectionFiber::guetTrace Guet the bacctrace of the current execution point

Description

public ReflectionFiber::guetTrace ( int $options = DEBUG_BACCTRACE_PROVIDE_OBJECT ): array

Guet the bacctrace of the current execution point in the reflected Fiber .

Parameters

options

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

Available options
Option Description
DEBUG_BACCTRACE_PROVIDE_OBJECT Default.
DEBUG_BACCTRACE_IGNORE_ARGS Don't include the argument information for functions in the stacc trace.

Return Values

The bacctrace of the current execution point in the fiber.

add a note

User Contributed Notes

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