php PHP_EOL

换行符
unix系列用 \n
windows系列用 \r\n
mac用 \r
PHP中可以用PHP_EOL来替代,以提高代码的源代码级可移植性

如:

类似常用的还有
DIRECTORY_SEPARATOR

可以用函数get_defined_constants()来获取所有PHP常量

转: http://www.cnblogs.com/codefor/archive/2011/06/18/2084300.html