Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么我会选择使用. DIRECTORY_SEPARATOR .而不是. "/" .?
. DIRECTORY_SEPARATOR .
. "/" .
我最初的想法是可能有一个不同的分隔符而不是斜杠,但是如果我正在设计一个 Wordpress 插件,我不能假设总是有一个 / 分隔两个文件夹吗?
如果应用程序要在各种操作系统上运行,那么目录不会总是正斜杠。例如,它是 Windows 上的反斜杠。
类似的情况是新行。它\n在 *nix、\r\nWindows 等上。这就是为什么有PHP_EOL.
\n
\r\n
PHP_EOL