Throwable::getTrace

(PHP 7)

Throwable::getTraceGets the stack trace

Açıklama

abstract public Throwable::getTrace ( void ) : array

Returns the stack trace as an array.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns the stack trace as an array in the same format as debug_backtrace().

Ayrıca Bakınız