debug_print_backtrace
Print a traceback
debug_print_backtrace()
function prints the PHP backtrace.
debug_print_backtrace()
prints a PHP traceback. It prints the function call, the included/required file, and the code for eval().
debug_print_backtrace ( options , limit ) ;
parameter | describe |
---|---|
options |
Optional. Specify the bitmask for the following parameters:
|
limit | Optional. Used to limit the number of returned stack frames. The default is (limit=0), returning all stack frames. |