Javascript debugger Website design ↑
Returns the current call stack as an array
An array containing the current call stack.
<?php print_r(apd_callstack()); ?>
Javascript debugger Website design