JavaScript Editor Javascript debugger      Website design 


apd_callstack

Returns the current call stack as an array (PECL apd:0.2-0.4)
array apd_callstack ( )

Returns the current call stack as an array

Return Values

An array containing the current call stack.

Examples

Example 218. apd_callstack() example

<?php
print_r
(apd_callstack());
?>