How many Types of COmments are there in PHP and what are they?
Answers were Sorted based on User's Feedback
Answer / shivakumar naik
PHP supports 3 types of comments
1. /* C style */
2. // C++ style
3. # perl style
| Is This Answer Correct ? | 25 Yes | 4 No |
Answer / aditya sharma
single line comment
// OR #
multiline comment
/* ------------------- */
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / ramesh n
two ways
single line comment
//
multi line comment
/* ------------------- */
| Is This Answer Correct ? | 15 Yes | 6 No |
What is varchar mysql?
How to block direct directory access in PHP?
How to get the total number of values in an array?
Which function is used in php to delete a file?
How is it possible to cast types in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What function do we use to find length of string, and length of array?
What is final keyword in php?
Can I learn php in a month?
How to find the length of a string?
What are the characteristics of php?
What is warning – “cannot modify header information – headers already sent”?