basicHandler
Less than 1 minute
basicHandler
Handles basic PHP errors.
public basicHandler(int $errno, string $errstr, ?string $errfile, ?int $errline): void
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