Generally you do not need to change the PHP settings, it usually works well according to the default configuration. But developers as PHP designers consider that users may occasionally need to tweak some of the functionality of the PHP language for
Generally, you do not need to change the PHP settings. it usually works well according to the default configuration. However, developers who are PHP designers consider that users may occasionally need to adjust some features of the PHP language for
Give the new person a summary of the error handling of PHP.
PHP provides error handling and logging functionality. These functions allow you to define your own error-handling rules and how to modify the error record. In this way, you can change and
With logging, you can send information directly to other log servers, either to a designated email address (or via a mail gateway), or to an operating system log, so that you have the option to record and monitor the most important parts of your
PHP error handling and exception handling notes. Summarize PHP error handling for new users. PHP provides error handling and logging functions. these functions allow you to define your own error handling rules and modify the error records to
The php provides the ability to handle error handling and logging. These functions allow you to define your own error-handling rules, as well as how to modify the error record. This way, you can change and enhance the error output to meet your
Summarize PHP error handling for new users.
PHP provides error handling and logging functions. these functions allow you to define your own error handling rules and how to modify error records. in this way, you can modify and enhance the error
With logging, you can send information directly to other log servers, either to a designated email address (or via a mail gateway), to an operating system log, and so on, so you can selectively record and monitor the most important parts of your
1. Classification of errors
Syntax error
program does not run, directly displays syntax errors (easiest to fix)
Run-time error
An error occurs only if the program runs to a row, or if it is run in a
If you're a veteran of PHP, you know what happens when a php script goes wrong. The PHP parser then gives the error message on the screen, such as Fatal error:call to undefined function in line 19--so the program terminates here. This information
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.