Throwable
PHP Manual

Throwable::getTrace

(PHP 7)

Throwable::getTraceGets the stack trace

설명

abstract public array Throwable::getTrace ( void )

Returns the stack trace as an array.

인수

이 함수는 인수가 없습니다.

반환값

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

참고


Throwable
PHP Manual