php php heredoc

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php php heredoc相关的知识,希望对你有一定的参考价值。


<?php
$name = 'stephen';
$str = <<<EOF
hello, My name is $name
<div style="color:red;">test<div>
<script>
alert(123);
</script>
EOF;
echo $str;

以上是关于php php heredoc的主要内容,如果未能解决你的问题,请参考以下文章

php中heredoc的使用方法

php [php:在Heredoc中使用DEFINE]注意旧代码。 #PHP

PHP中的heredoc和nowdoc

PHP heredoc 用法

什么是PHP中的heredoc和nowdoc

php HEREDOC