(no version information, might be only in CVS)
Returns the current call stack as an array
An array containing the current call stack.
Esempio 1. apd_callstack() example
<?phpprint_r(apd_callstack());?>