在线文档教程
PHP
类和函数 | Classes and Functions

Throwable::getTrace

Throwable::getTrace

(PHP 7)

Throwable :: getTrace - 获取堆栈跟踪

描述

abstract public array Throwable::getTrace ( void )

以数组形式返回堆栈跟踪。

参数

该功能没有参数。

返回值

以与debug_backtrace()相同的格式将堆栈跟踪作为数组返回。

← Throwable::getLine

Throwable::getTraceAsString →