ReflectionFiber::getTrace
(PHP 8 >= 8.1.0)
ReflectionFiber::getTrace — Get the backtrace of the current execution point
说明
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.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/reflectionfiber.gettrace.php