Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the comments of php?

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly shows you "what are the notes of php", which is easy to understand and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn what are the notes of php.

There are three kinds of php comments, namely: 1, single-line comments [/ /]; 2, single-line comments [#]; 3, multi-line comments [/ * /]. Comments in php are not read and executed as programs, but for code editors to read.

This article operating environment: windows10 system, php 7, thinkpad T480 computer.

Any programming language has its own way of programming annotations. Comments are very useful, not only for debugging programs, but also for describing the role of code, and so on.

There are three kinds of comments in php:

1, / / this is a single-line comment

This is also an one-line comment.

3Based on * * / multi-line comment block

/ *

This is a multiline comment block

It spans

Multiple Lin

, /

Comments in PHP code are not read and executed as programs. Its only function is for code editors to read.

The above is all the content of this article "what are the comments of php?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report