Easy Debug
Package:
Summary:
Handle errors and measure PHP execution time
Groups:
Author:
Description:
This class can be used to handle errors and measure PHP execution time.
It provides an error handler that is called when a PHP error occurs. The handler can display the names of functions and arguments that were called where the error occurred.
The class can also measure the time different PHP script sections take to execute.
It provides an error handler that is called when a PHP error occurs. The handler can display the names of functions and arguments that were called where the error occurred.
The class can also measure the time different PHP script sections take to execute.
Comments are closed.