Require-once in php, phprequire-once_PHP tutorial

Source: Internet
Author: User
In php, require-once and phprequire-once. In php, The require-once, phprequire-oncerequire_once statement and require statement are exactly the same, the only difference is that PHP will check whether the file has been included, if so, it will not package again in php require-once, phprequire-once

The require_once statement is identical to the require statement. The only difference is that PHP checks whether the file has been included. if so, it does not include the file again.

Refer to the include_once document to understand the meaning of _ once, and understand what is different from when _ once is not used.

Usage

Define ('', dirname (_ FILE __)));
Require_once (. '/config. php ');
?>
Method 2:

2 for example: Edit

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

Require_once ('sys/config. php ');

Require_once ('header. php ');

?>

System Platform

A simple message board system platform


A simple message board.

Require_once ('footer. php ');

?>

The require_once statement and require statement are identical. The only difference is that PHP will check whether the file has been included. if so, it will not package again...

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.