PHP get current file path, upper directory path _php tutorial

Source: Internet
Author: User
Gets the current file name, current directory, upper directory

File name test.php
Path + file name (to get/var/www/test/test.php)
Echo __file__;
File name (to get test.php)
Echo basename (__file__);
File name with no extension (to get test)
Echo basename (__file__, '. php ');
Full PATH to this directory, without file name (to get/var/www/test)
echo dirname (__file__);
Upper directory of current file PATH (to get/var/www)
Echo dirname (DirName (__file__));


http://www.bkjia.com/PHPjc/478102.html www.bkjia.com true http://www.bkjia.com/PHPjc/478102.html techarticle get the current file name, current directory, upper directory filename test.php path + filename (to get/var/www/test/test.php) echo __file__; file name (to get test.php) echo basename. .

  • 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.