Throwable::getTraceAsString

(PHP 7, PHP 8)

Throwable::getTraceAsStringGets the stack trace as a string

Descrição

abstract public Throwable::getTraceAsString ( ) : string

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the stack trace as a string.

Veja Também

add a note add a note

User Contributed Notes

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