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 are the popular content management systems (cms) in php?
Why does php need server?
Is php an api?
What is user defined function in php?
What is the purpose of constant() function?
Explain briefly about a search-friendly site looks like?
What is singleton class in php?
What is string and its function?
How to track user logged out or not? When user is idle?
Tell me what is the use of mysql_real_escape_string() function?
Which programming language does php resemble to?
What is the use of mysql_fetch_array in php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is strlen php?
What the use of var_dump()?