PHP_EOL (string)
The correct 'End Of Line' symbol for this platform. Available since PHP 4.3.10 and PHP 5.0.2PHP의 내장 상수 PHP_EOL는 줄바꿈을 뜻한다.
echo '테스트', PHP_EOL;
해보면 <br>이 아닌 실제로 줄바꿈을 해준다
예전에 많이들 사용한 \n 이런거
PHP_EOL (string)
The correct 'End Of Line' symbol for this platform. Available since PHP 4.3.10 and PHP 5.0.2