Less than 1 minute
basicHandler
Handles basic PHP errors.
public basicHandler({Array})
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