Less than 1 minute
traceAndDie
Traces the current execution and terminates the script.
public traceAndDie({Array})
This function generates a backtrace of the current execution and includes a trace file for debugging purposes. After generating the trace, it terminates the script using the exit
function.
Generated by Hazaar API Doc Generator