$backtrace
$backtrace : array
Backtrace.
Wrapper around backtraces providing utility methods.
Copyright 1999-2017 Horde LLC (http://www.horde.org/)
createFromDebugBacktrace(array $backtrace, integer $nestingLevel)
Wraps the result of debug_backtrace().
By specifying a non-zero $nestingLevel, levels of the backtrace can be ignored. For instance, when Horde_Support_Backtrace creates a backtrace for you, it ignores the Horde_Backtrace constructor in the wrapped trace.
array | $backtrace | The debug_backtrace() result. |
integer | $nestingLevel | The number of levels of the backtrace to ignore. |