PHP exception capture ??? How to use trycatch in php ???? According to the document, a new exception is required to catch the file .???? What should I do if I need to capture the lower limit of the array, or if the parameter passed by the method is incorrect ????? Fortunately, PHP provides the set_error_handler function. you can capture these exceptions by yourself, for example, & PHP exception capturing.
? ? ? Always different or how to use try catch in php
?
? ? ? The document indicates that a new exception is required to catch the exception.
?
? ? ? What should I do if I need to capture the lower limit of the array, or if the parameters passed by the method are incorrect?
?
? ? ? Fortunately, PHP provides the set_error_handler function. you can capture these exceptions by yourself, for example:
GetMessage ();} function exception_error_handler ($ errno, $ errstr, $ errfile, $ errline) {throw new ErrorException ($ errstr, 0, $ errno, $ errfile, $ errline );}
?
?
? ? ? In this way, exceptions can be captured.