Blogger Information
Blog 33
fans 0
comment 0
visits 20717
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
服务器和php基础概念-2018年8月21日
马聪 15558002279的博客
Original
496 people have browsed it
  1. 手抄作业404708503579884481.jpg

    2.编程作业:

     

  2. 实例

    <?php
    $a=1;$b=2;$str="php中文网";
    echo ($a+$b).$str;
    
    echo  "符号测试:\\美元符号 :' \$ '=>\" 变量 \" / \\";
    
    echo <<< 'NOWDOC'
    <br>
    {$strAAAAA} \n  \r \t
    <h3><a href="">Hello</a></h3>
    NOWDOC;
    
    echo  <<< "HEREDOC"
    <br>
    {$str} \n  \r \t 
    HEREDOC;
    ?>

    运行实例 »

    点击 "运行实例" 按钮查看在线实例

Correction status:qualified

Teacher's comments:注意:heredoc和nowdoc跟前面的<<<中间不要留空格!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post