Universeorange.com/Docs/
{string.newline.to.break(String $string, Boolean $is_xhtml=true)}
Inserts HTML line breaks before all newlines in a string
Returns string with <br />
or <br>
inserted before all newlines (\r\n, \n\r, \n and \r
).
Returns the altered
string
.
https://www.php.net/manual/en/function.nl2br.php
Last modified: 2021-06-07
© 2021 universeorange.com