PHP Get root directory method ____php

Source: Internet
Author: User

Get Root method:

This sentence is placed in the root directory include/base.inc, 7 refers to the include length

Define (' M_root ', substr (DirName (__file__), 0,-7));

This is better to write, directory name length change is also valid. DirName () returns the directory path

Define (' M_root ', DirName (dirname (__file__)));


echo M_root. "  This is the root directory "; . is a connector

Include the previous./Plus is good, regardless of the directory name after no/all valid. 163.com./index.php multiple points do not affect

Include_once m_root. ". /include/common.fun.php ";

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.