三种注释
// 单行注释
/* */ 多行注释
# 脚本注释
<? ?>
<?php ?>
<% %>
<script language="php"></script>
定界符
$str = <<<hello
this is demo this is demo
hello;
三种注释
// 单行注释
/* */ 多行注释
# 脚本注释
<? ?>
<?php ?>
<% %>
<script language="php"></script>
定界符
$str = <<<hello
this is demo this is demo
hello;