debug_backtrace in PHP

Syntax of debug_backtrace array debug_backtrace([ int options [, int limit ]]) Returns an array of associative arrays containing a backtrace of where PHP is currently executing. One element is included per function or file include, with the following elements function If in a function, the function’s name as a stringline The line number within the … Read more