实例<?php $name='阿里'; echo $name; echo '<hr>'; $heredoc=<<<Heredoc {$name}“双十一”! Heredoc; echo $heredoc;运行实例 »点击 "运行实例" 按钮查看在线实例