apd_callstack

(no version information, might be only in CVS)

apd_callstack -- Returns the current call stack as an array

Description

array apd_callstack ( void )

Returns the current call stack as an array

Пример 1. apd_callstack() example

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



apd_callstack
andrewpunch at bigfoot.com
11-Sep-2005 02:59
The returned array contains an array of arrays.

Each array appears to contain:
[0] = function name
[1] = filename that contains function
[2] = *calling* line number in *calling* file
[3] = An array which is usually empty

<apd_breakpointapd_clunk>
 Last updated: Tue, 15 Nov 2005