84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
Windows接受 / 和 \*unix下系统接受 /
统一使用 / 是不是就没必要使用 directory separator
参见两篇说不必要的:
http://alanhogan.com/tips/php...
http://us2.php.net/manual/en/...
确认一下,是不是真的没必要?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
我反正遇到路径都是统一/,目前没发现问题
我觉得没必要。PHP_EOL还是有用的。 不知道每个项目都定义个DS的目的是什么。。这里有一个听起来蛮有道理的理由: 这是良好的代码习惯, 就像开启了short tag也要写<?php一样。
PHP_EOL
DS
<?php
你给的第一篇文章末尾讲到,当你需要用explode函数分割路径时,是需要这个DS的
我反正遇到路径都是统一/,目前没发现问题
我觉得没必要。
PHP_EOL
还是有用的。 不知道每个项目都定义个DS
的目的是什么。。这里有一个听起来蛮有道理的理由: 这是良好的代码习惯, 就像开启了short tag也要写
<?php
一样。你给的第一篇文章末尾讲到,当你需要用explode函数分割路径时,是需要这个DS的