Various types of syntax are used to add comment in PHP.
Syntax 1
// this is single line comment in php code.
Syntax 2
# this is another style of comment in php code called shell-style.
Syntax 3
/* this is C-style comment in php code used for upto two lines */
Syntax 4
<! example of html comment which is ignored by browser >
Syntax 1
// this is single line comment in php code.
Syntax 2
# this is another style of comment in php code called shell-style.
Syntax 3
/* this is C-style comment in php code used for upto two lines */
Syntax 4
<! example of html comment which is ignored by browser >
No comments:
Post a Comment