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 can you send email in php?
Explain the different types of errors in php.
How can we define a variable accessible in functions of a php script?
Explain about the $_GET variable of PHP?
How many different types of messages available in php?
What is the use of curl()?
What is regular expression in javascript?
What is the use of array_count_values() in php?
Where sessions stored in PHP?
Is php a low level language?
Explain how to run the interactive php shell from the command line interface?
How can we determine whether a php variable is an instantiated object of a certain class?
Which function would you use to merge two arrays in php?
How do I find out the number of parameters passed into function9?
What is php mainly used for?