Source Code:
(back to article)
<?php $text = "Line 1\rLine 2\tIndented line 2\nLine 3"; echo $text; ?>
Result:
Report an issue