Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::

Method describe_backtrace()


Method describe_backtrace

string describe_backtrace(mixed trace, void|int linewidth)

Description

Returns a string containing a readable message that describes where the backtrace was made.

The argument trace should normally be the return value from a call to backtrace() , or a caught error.

See also

backtrace() , describe_error() , catch() , throw()