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 函数 return all current regular resources as an arrayphp apd 函数 get an array of the current variables names in the local scopephp cubrid mysql 兼容性函数 return a numerical array with the values of the current rowphp date/time 函数 returns an array with information about sunset/sunrise and twilight begin/endphp ibm db2 函数 returns the width of the current value of the indicated column in a result setphp informix 函数 returns error code of last informix callphp informix 函数 returns error message of last informix callphp mcve 函数 returns array of strings which represents the keys that can be used for response parameters on this transactionphp maxdb 函数 returns the error code from last connect callphp maxdb 函数 returns an array of resources representing the fields in a result setphp mssql 函数 returns an associative array of the current row in the resultphp ncurses 函数 returns the current cursor position for a windowphp oci8 函数 returns the next row from a query as an associative or numeric arrayphp oci8 函数 returns the next row from a query as an associative arrayphp oci8 函数 returns the next row from a query as a numeric arrayphp postgresql 函数 returns the current in transaction status of the serverphp statistic 函数 returns the harmonic mean of an array of valuesphp xmlwriter 函数 returns current bufferphp imagickdraw destroys the current imagickdraw in the stack and returns to the previously pushed imagickdraw
关注编程学问公众号