What does <? php echo (“
”); … echo(“
”); ?> mean?

后端 未结 3 1985
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-13 00:28

The question is the tag

 

I\'ve seen one script I am working on, uses it:

echo (\"

\");

.... .

3条回答
  •  清歌不尽
    2021-02-13 01:09

    The tag doesn't exist, but it's probably the

     HTML tag to put around debug output, to improve readability. It's not a secret PHP hack. :)

提交回复
热议问题