nl2br
Declaration: string nl2br (string $string, bool $is_xhtml )
Description: Inserts HTML line breaks before all newlines in a string
Returns: the altered string.
Parameters:
-
string $string:
The input string.
-
bool $is_xhtml:
Whenever to use XHTML compatible line breaks or not.
Documentation: http://www.php.net/manual/en/function.nl2br.php
Try nl2br Online Show me an example of nl2br
There are no Comments.








