use PHP_EOL is a cross platform solution
echo "this is line 1" . PHP_EOL;
echo "this is line 2";
use PHP_EOL is a cross platform solution
echo "this is line 1" . PHP_EOL;
echo "this is line 2";
转载于:https://my.oschina.net/vincentcuhk/blog/748900