Defining a here document : here document « String « PHP






Defining a here document

 
<?
print <<< END
Line 1:
   Line 2
END;
?>
  
  








Related examples in the same category

1.Concatenation with a here document
2.Interpolating in a here document
3.More here documents
4.Printing HTML with a here document