Die meisten nutzen sie nicht oder kennen sie erst gar nicht. Die etwas andere Methode innerhalt eines PHP-Dokuments wieder Text/HTML auszugeben.
Statt z.B. diese Methode:
<?php /* codestuff */ ?>
<p>Mein Text</p>
<?php /* more code */ ?>
kann man es auch so machen:
<?php /* codestuff */ echo
<<<EOF
<p>Mein Text</p>
EOF;
/* more code */ ?>
Hi, interest post. I’ll write you later about few questions!
Some of us even don’t realize the importance of this information. What a pity.
[...] Die Ausgabemethode <<<EOF in PHP [...]