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());
?>

相关文章
php apd 函数 returns the current call stack as an arrayphp apd 函数 outputs the current function tablephp apd 函数 return all persistent resources as an arrayphp apd 函数 return all current regular resources as an arrayphp apd 函数 get an array of the current variables names in the local scopephp cubrid mysql 兼容性函数 return an array with the lengths of the values of each field from the current rowphp date/time 函数 returns associative array with detailed info about given datephp date/time 函数 returns an array with information about sunset/sunrise and twilight begin/endphp json 函数 returns the error string of the last json encode or json decode callphp mcve 函数 returns array of strings which represents the keys that can be used for response parameters on this transactionphp mailparse 函数 returns an array of mime section names in the supplied messagephp maxdb 函数 returns the error code from last connect callphp msql 函数 returns error message of last msql callphp mssql 函数 returns an associative array of the current row in the resultphp mysqlnd ms 函数 returns an array which describes the last used connectionphp newt 函数 saves the current help line on a stack and displays the new linephp oci8 函数 returns the next row from a query as an associative or numeric arrayphp postgresql 函数 returns the current in transaction status of the serverphp sqlite 函数 fetches the current row from a result set as an arrayphp statistic 函数 returns the absolute deviation of an array of values
关注编程学问公众号