downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apd_clunk> <apd_breakpoint
Last updated: Fri, 13 Nov 2009

view this page in

apd_callstack

(PECL apd 0.2-0.4)

apd_callstack現在のコールスタックを配列で返す

説明

array apd_callstack ( void )

現在のコールスタックを配列形式で返します。

返り値

現在のコールスタックを含む配列を返します。

例1 apd_callstack() の例

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



add a note add a note User Contributed Notes
apd_callstack
andrewpunch at bigfoot.com
11-Sep-2005 09: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, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites