N
AME
describe_backtrace
- make a backtrace readable
S
YNTAX
#include <simulate.h>
string describe_backtrace(mixed **
backtrace
);
D
ESCRIPTION
Describe backtrace returns a string containing a readable message that describes where the backtrace was made. The argument 'backtrace' should normally be the return value from a call to backtrace()
S
EE
A
LSO
backtrace