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 current regular resources as an arrayphp apd 函数 get an array of the current variables names in the local scopephp date/time 函数 returns associative array with detailed info about given datephp informix 函数 returns the current file or seek positionphp imap 函数 this function returns an array of messages matching the given search criteriaphp json 函数 returns the error string of the last json encode or json decode callphp mailparse 函数 returns an associative array of info about the messagephp mailparse 函数 returns an array of mime section names in the supplied messagephp maxdb 函数 returns the error code for the most recent function callphp mssql 函数 returns an associative array of the current row in the resultphp mysqlnd qc 函数 returns information on the current handler the number of cache entries and cache entries if availablephp ncurses 函数 returns current erase characterphp newt 函数 replaces the current help line with the one from the stackphp rpm reader 函数 returns a string representing the current version of the rpmreader extensionphp sqlite 函数 returns the current row indexphp sqlite 函数 executes a query and returns either an array for one single column or the value of the first rowphp recursivearrayiterator returns an iterator for the current entry if it is an array or an objectphp recursivearrayiterator returns whether current entry is an array or an object
关注编程学问公众号