Home  >  Article  >  Backend Development  >  PHP的语法,<<<xml是什么意思?

PHP的语法,<<<xml是什么意思?

WBOY
WBOYOriginal
2016-06-06 20:26:231412browse

$template =

<code><tousername></tousername>
<fromusername></fromusername>
<createtime>%s</createtime>
<msgtype></msgtype>
<content></content>
<funcflag>%s</funcflag></code>


XML;

可以给我解释下,这里的

回复内容:

$template =

<code><tousername></tousername>
<fromusername></fromusername>
<createtime>%s</createtime>
<msgtype></msgtype>
<content></content>
<funcflag>%s</funcflag></code>


XML;

可以给我解释下,这里的

[CODE_LITE]EOT;[/CODE_LITE]
中间的文档直接输出,一个比较好理解的说法是“一个多行的echo ”。
优点是输出大段HTML或者xml等 方便,不需要转义,而且可以引用变量。

heredoc
http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

定界符。。。

看着像是定义字符串的一种

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn