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