(PECL apd 0.2-0.4)
Returns the current call stack as an array
array apd_callstack ( void )
Returns the current call stack as an array
Returns:
An array containing the current call stack.
Examples:
apd_callstack() example
1 2 3 | <?php print_r(apd_callstack()); ?> |
Please login to continue.