Blogger Information
Blog 38
fans 0
comment 0
visits 23431
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP环境搭建与基本语法---2018-8-22
晓明的博客
Original
644 people have browsed it

一重要笔记不知道的知识点

   

实例

<?php 
 $myname="我是晓明HEREDOC";
 $age="我的年纪是33NOWDoc";
echo  <<< "HEREDOC"
{$myname} \n  \r \t 
HEREDOC;

// nowdoc
// 相当于用单引号包装的字符串
echo <<< 'NOWDOC'
{$age} \n  \r \t
<h3><a href="">Hello 大家好!</a></h3>
NOWDOC;
 ?>

运行实例 »

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

  二:手抄作业

变量命名规则.jpg

web访问的简单示意图.jpg本地虚拟服务器的搭建.jpg

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