How many Types of COmments are there in PHP and what are they?
Answer Posted / 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 |
Post New Answer View All Answers
What is an example of a variable?
What is inheritance in php? How many types of inheritance supports php?
What is the importance of "action" attribute in a html form?
Why are sessions used?
What is a php session?
How to move uploaded files to permanent directory?
What is isset function in php?
What is Type hinting in PHP?
How to insert a line break in php string?
How does php work?
What does the scope of variables means?
Explain about looping in PHP?
What does explode do in php?
Explain $_FILES Superglobal Array?
Does php have a future?