search

Home  >  Q&A  >  body text

PHP标量类型-字符串,请问Heredoc怎么表示呢?

checkcheck2938 days ago1248

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:33:11

    PHP scalar type - string, how does Heredoc represent it? -PHP Chinese website Q&A-PHP scalar type-string, how does Heredoc represent it? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-22 11:36:58

    herdoc是用来输出一段文字,当文字较多时,我们才会使用heredoc。

    语法格式如下 <<<标识        大段文字        标识 >>>

    例子

    <<< god

    大段文字

    大段文字

    god

    >>>

    god可以使用其他字母代替,如A

    reply
    2
  • Cancelreply