php 换行符转为br 标签

PHP · 04-16
echo "hello <br /> world";
echo nl2br("hello \n world"); // 效果与上面一样

如何在PHP中换行

php
Theme Jasmine by Kent Liao