php - apd_callstack

Description

array apd_callstack ( void )

Returns the current call stack as an array

Return Values

An array containing the current call stack.

Examples

Example 213. apd_callstack() example

print_r(apd_callstack());

No comments:

Post a Comment