+ 2
How do you write multiple line of comment?
11 Respostas
+ 2
Add 👉🏿 // Comments will come here
Or to add paragraph 👇
/* paragraph will come inside */
+ 2
php provides 3 types of comments
#for single line
//this is also a single line comment
/*this is used of multi line comment*/
+ 2
/*Comment Statement*/
+ 2
<?php
/*
this is a comment
you can write anything in between
*/
?>
+ 1
You can also use single line comment
e.g. // this is single line comment
+ 1
/* multiple comments goes here...
multiple comments goes here...
multiple comments goes here...*/
+ 1
/*comment line 1
Comment line 2
Comment line 3
... etc*/
+ 1
/* comments */
+ 1
<?php
/*
this is a comment
you can write anything in between
*/
+ 1
/*comment*/
0
/* comment
As you want
lines number */