Php_directory_separator and Path_separator

Source: Internet
Author: User
Directory_separator and Path_separator

Directory_separator: Directory separator, on Linux is '/' windows is ' \ '

Path_separator: Path delimiter, include multiple path use, under Win, when you want to include multiple paths, you need to use ";" Separated, but under Linux, ":" is used.

=================================================

Zendframework include settings index.php

Set_include_path ('. '). Path_separator. '.. /library/'. Path_separator. './application/models/'

. Path_separator. './application/lib/'

. Path_separator. Get_include_path ());

Path_separator is a constant, in the Linux system is a ":" Number, Windows is a "; No. Therefore, it is better to write a program with a constant path_separator instead, or if the system from Linux to the win system or the reverse migration will be wrong!

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