Detailed differences between include and require in PHP

Source: Internet
Author: User
We all know that we can use include and require to include files in PHP. but what is the difference between the two? some friends still don't know much about it. So let's take a closer look at the differences between the two. we all know that include and require can be used in PHP to include files, but what is the difference between the two, some friends still don't know much about it. Let's take a closer look at the differences between the two.
1. different writing locations
Include: can be written anywhere in the file; require: can only be written in the file header.
2. an error occurred while calling the file.
Include: execution will continue when an error occurs to the called file; require: execution will not continue when an error occurs to the called file.
3. different functions
Include: Call file and file functions; require: call system function components.

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.