PHP error capture

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.