I\'m new to PHP and don\'t understand what the point of <<<_END is. Could someone please explain when this should be used? I\'ve looked at various exam
<<<_END
It's a heredoc. It's just a way of defining a string.