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
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is meant by MIME?
Can php use gettext?
How to call javascript function in php on button click?
Explain how you can update memcached when you make changes to php?
What is implode() in php?
Which function will you use to create an array?
What are the functions to be used to get the image's properties (size, width and height)?
What is the use of $_server["php_self"] variable?
What is an abstract class in php?
How to create a mysql connection in php?
Tell me how to find the length of a string?
Explain about getters and setters in php?
Tell me how stop the execution of a php scrip?
Are php short tags acceptable to use?