Require-once and phprequire-once in php

Source: Internet
Author: User

Require-once and phprequire-once in php

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

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

<? Phprequire_once ('/var/www/public_html/config. php');?>

2 For example: Edit

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

<? Php

Require_once ('sys/config. php ');

Require_once ('header. php ');

?>

 

<Divclass = "row">

<Divclass = "ddos" style = "text-align: center;">

<H1> <B> System Platform </B>

<P> a simple message board system platform </p> <br/>

</Div>

<Divclass = "xx_xx">

<H2> a simple message board. </H2>

<P> </p>

</Div>

</Div>

 

<? Php

Require_once ('footer. php ');

?>

Related Article

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.