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 the difference between single-quoted and double-quoted strings in php?
Tell us how to set cookies in php?
Is php secure?
What function should you use to join array elements with a glue string?
What is laracast?
Is python similar to php?
What is the difference between the functions UNLINK and UNSET?
How to get length of an array in PHP?
what is the url rewriting?how to rewrite the url? give any example
How do I run a php program in dreamweaver?
How to make a file encrypt and decrypt?
What are computer variables?