update : 2015.11.03
php.shukuma.com

검색:
 
 
Gets the stack trace

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().

참고