Forum Moderators: coopster

Message Too Old, No Replies

What is <<< called?

<<< tripple less than symbol assignment

         

phazei

11:27 am on Dec 4, 2008 (gmt 0)

10+ Year Member



I tried googling it, but it's hard to search for "<<<"

I just can't remember what this is called:

$var = <<<terminator_string
Lots of text and stuff and variables and such can go here.
lalala
terminator_string;

Please remind me, thanks,
-Adam

Little_G

11:41 am on Dec 4, 2008 (gmt 0)

10+ Year Member



Hi,

It's called heredoc [php.net].

Andrew