nl2br
PHP 4, PHP 5, PHP 7, PHP 8
nl2br - Inserts HTML line breaks before all newlines in a string
Example #1 Using nl2br
Result: foo isn't<br />
bar
Example #2 Generating valid HTML markup using the <span class='function-parameter'>use_xhtml</span> parameter
Result: Welcome<br>
This is my HTML document
Example #3 Various newline separators
Result: This<br />
is<br />
a<br />
string<br />
Example #4 of nl2br