注释

 
PHP的注释风格如下
<?php
    echo "This is a test"// This is a one-line c++ style comment
    /* This is a multi line comment
       yet another line of comment */
    echo "This is yet another test";
    echo 'One Final Test'# This is a one-line shell-style comment
?>
posted @ 2016-01-20 14:29  贝勒爷vegas  阅读(99)  评论(0编辑  收藏  举报