Blogger Information
Blog 9
fans 1
comment 1
visits 11989
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP基本语法规则
大象爱好者的博客
Original
1626 people have browsed it

php标记

  • 1.<?php   php代码 ?>  推荐这个写法

    2.脚本标签

         <script  language="php">         php代码           </script>

   3.短标签

         <?  php代码  ?> 

         需要到php.ini中进行配置:short_open_tag = On   //默认为Off,表示不能用该形式。

        注意:纯php代码的时候可以省略标记结束符。

php 语句结束符

      使用英文分号(;)表示一条语句的结束。

      每条语句结束都必须加分号,否则就会报错。

    1.png php注释 

     单行注释

       两个斜杠: //斜杠后面的部分就是注释内容,PHP语言不会去处理它(不执行)

    多行注释

          形式:

                   /*

                          这是注释内容。。。

                         可以写多行

               */

              /* 当然写一行也是可以的 */

 

         重要的事情是:注释是写程序的非常重要的因素和习惯!





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