This time for everyone to bring PHP language comments, single-line comments and multiline comment implementation step resolution, PHP language comments, single-line comments and multiline annotation implementation of the considerations are what, the following is the actual case, take a look.
PHP language comments are divided into single-line comments and multiline comments.
1. PHP Single-line comment:
PHP Comment Symbols://
PHP Single-line Comment example:
<?php//Output Script Home topic.alibabacloud.com: Exclusive original, permanent free online php video tutorial, PHP technology Learning positions!?>
2. PHP Multi-line comments
PHP Multi-line Comment symbol:/* */
PHP Multi-line Comment example:
<?php/* Output topic.alibabacloud.comtopic.alibabacloud.com: Exclusive original, permanent free online php video tutorial, PHP technology learning positions! */?>
Basically this, very basic, is easy to forget.
Believe that you have read the case of this article you have mastered the method, more exciting please pay attention to the PHP Chinese network other related articles!
Recommended reading:
PHP implementation of statistics in binary 1 number of algorithm steps in detail
Imagecopymerge () function Create translucent watermark step