trigger_error() Function Creates a user-level error message. The
trigger_error() function can be associated with the built-in error handler, or a user-defined function can be used as a new error handler (set_error_handler()) .
Syntax
1 |
|
errormsg | |
errortype | Optional. Specifies the error type. Possible values: |
1 2 3 4 5 |
|
The above is the detailed content of How to use php trigger_error() function?. For more information, please follow other related articles on the PHP Chinese website!