apd_callstack

(PECL apd 0.2-0.4)

apd_callstackReturns the current call stack as an array

说锟斤拷

apd_callstack ( void ) : array

Returns the current call stack as an array

锟斤拷锟斤拷值

An array containing the current call stack.

锟斤拷锟斤拷

Example #1 apd_callstack() example

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