(no version information, might be only in CVS)
Returns the current call stack as an array
Пример 1. apd_callstack() example
<?phpprint_r(apd_callstack());?>