How do I find documentation on =<<<
Posted: Tue Mar 22, 2005 10:37 am
I'm trying to find documentation on php.net on "$template =<<< STOP;" but I'm not sure what to search for and I can't find it.
What do you call it?
What do you call it?
feyd wrote:Code: Select all
<?php $template =<<<STOP <html> <head> <title>{TITLE}</title> </head> <body> <div style="e;text-align:right; border: 2px red solid; background-color: yellow; color: blue; padding: 10px 10px 10px 10px; font-weight: bold;"e;>{ERROR_DATA}</div> </body> </html> STOP; ?>