End of line character
When printing text, you may use the \n character to indicate a line break, but you can also use the php constant PHP_EOL which is the same thing as a \n.
This is useful because it uses the appropriate end of line character for your operating system.
[Click to add or edit comments])
Please prepend comments below including a date