Throwable::getTraceAsString
PHP Manual
PHP Manual»Throwable»Throwable::getTraceAsString

Throwable::getTraceAsString

(PHP 7, PHP 8)

Throwable::getTraceAsStringGets the stack trace as a string

Опис

public function Throwable::getTraceAsString(): string

Параметри

У цієї функції немає параметрів.

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

Returns the stack trace as a string.

Прогляньте також

To Top