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

Throwable::getTraceAsString

Throwable::getTraceAsString

(PHP 7)

Throwable :: getTraceAsString - 以堆栈的形式获取堆栈跟踪

描述

abstract public string Throwable::getTraceAsString ( void )

参数

该功能没有参数。

返回值

以字符串形式返回堆栈跟踪。

← Throwable::getTrace

Throwable::getPrevious →