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 difference between array_merge and array_combine?
What is the use of php and mysql?
Explain me what is the use of header() function in php?
Explain what does the unlink() function means?
What is php and what does it do?
What is trait in php?
Does mysql need php?
How many ways you can delete a session variable ?
What is meant by an associative array?
Is php coding easy?
Is php closing tag necessary?
What is $$ in php?