suche nach in der

apd_clunk> <apd_breakpoint
Last updated: Fri, 18 May 2012

view this page in

apd_callstack

(PECL apd 0.2-0.4)

apd_callstackReturns the current call stack as an array

Beschreibung

array apd_callstack ( void )

Returns the current call stack as an array

Rückgabewerte

An array containing the current call stack.

Beispiele

Beispiel #1 apd_callstack() example

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



add a note add a note User Contributed Notes
apd_callstack
andrewpunch at bigfoot.com
11-Sep-2005 11: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_clunk> <apd_breakpoint
Last updated: Fri, 18 May 2012