Comments are used to re-edit the php statements easily. When we are creating the php programs, we should add comments for each complicated lines. If we do like this,it will be very helpful to re-edit the php coding.That is,comments denotes, for what purpose the particular statement is used in this program.
Types of Comments in PHP:
- Single Line Comments
- Multiple Line Comment
Single Line Comments
- //
- #
- /*........................*/
No comments:
Post a Comment