<?php
$str = <<<EOD
//some codes you want to write
//the end of the block should be a new line and have no space

EOD;

echo $str;

?>

 

相关文章: