Php_DIRECTORY_SEPARATOR and PATH_SEPARATOR

Source: Internet
Author: User
Php_DIRECTORY_SEPARATOR and PATH_SEPARATOR DIRECTORY_SEPARATOR and PATH_SEPARATOR

DIRECTORY_SEPARATOR: Directory Separator. in linux, '/' is '\' in windows '\'

PATH_SEPARATOR: path separator, which can be used to include multiple paths. in win, if you want to include multiple paths, separate them with ";", but use it in linux ":.

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

Zendframework include setting 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. it is a ":" number in Linux and a ";" number in Windows. Therefore, it is best to use the constant PATH_SEPARATOR in programming; otherwise, an error will occur if the system is transplanted from linux to win or vice versa!

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.