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
How to remove white spaces from the beginning and/or the end of a string in php?
What is the use of count() function in php?
What is the function of trim?
How do you connet mysql database with php?
Explain about PHP filter and why it should be used?
How can you send http header to the client in php?
What is whitespace in html?
How failures in execution are handled with include() and require() functions?
What is a session in php?
What is the sign to start variables in PHP?
How to get useful error messages in php?
Does exist in php?
What should be the length of variable for SHA256?
Why do we use sessions in php?
What are the rules in creating php variable?