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