|
Project Information
Featured
Downloads
Links
|
Provides a library to handle stack trace in PHP. You can create a beautiful stack trace this way: $trace = new BackTrace(); echo $trace->explain(); or BackTraceExplain::perform(); Take care and look at constants BackTraceExplain::CONTEXT_LINES and BackTraceExplain::SHOW_ARGUMENT_VALUE to configure your environment. |