Function __global->set_error_handler
Definitions
sources_custom/phpstub.php
- Sets a user-defined error handler function.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$error_handler | ?mixed | required parameter | N/A | N/A | The call back (null: reset to default) |
Return
- The previously defined error handler
- Type: mixed
- Set: N/A
- Range: N/A