码迷,mamicode.com
首页 > Web开发 > 详细

【php】 php 的注释和结束符号之间的关系

时间:2018-09-05 00:41:48      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:his   with   def   符号   method   nts   tag   sed   output   

Closing PHP tags are recognised within single-line comments:

    <?php
    // Code will end here ?> This is output as literal text.

    <?php
    # Same with this method of commenting ?> This is output as literal text.

However they do not have an effect in C-style comments:

    <?php
    /* Code will not end here ?> as closing tags are ignored inside C-style comments. */
    ?>

【php】 php 的注释和结束符号之间的关系

标签:his   with   def   符号   method   nts   tag   sed   output   

原文地址:https://www.cnblogs.com/china-flint/p/9589259.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!