(no version information, might be only in CVS)
カレントのコールスタックを配列形式で返します。
例 1. apd_callstack() の例
<?phpprint_r(apd_callstack());?>