Less than 1 minute
errorHandler
Custom error handler function.
public errorHandler({Array})
This function is responsible for handling PHP errors and displaying appropriate error messages.
Parameters
Parameter | Type | Description |
---|---|---|
$errno | int | the error number |
$errstr | string | the error message |
$errfile | string | the file where the error occurred |
$errline | int | the line number where the error occurred |
Generated by Hazaar API Doc Generator