Extracted from Pike v7.4 release 341 at 2005-11-30.
pike.ida.liu.se
[Top]
predef::
Thread
Thread.Thread

Method Thread.Thread()->backtrace()


Method backtrace

array(mixed) backtrace()

Description

Returns the current call stack for the thread.

Returns

The result has the same format as for predef::backtrace() .

See also

predef::backtrace()