This page shows you how to use the heredoc syntax of PHP. A heredoc is a useful technique for echoing text or storing text in variables in a way that preserves line breaks.
As shown in this example, heredoc allows you to write XHTML code as you normally would, and store that code in a PHP variable.