Break
The br
method does exactly that, inserts a line break:
$climate->br();
For ease of use, the br
method is also chainable:
$climate->br()->out('I have moved down a line.');
The br
method does exactly that, inserts a line break:
$climate->br();
For ease of use, the br
method is also chainable:
$climate->br()->out('I have moved down a line.');