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 difference between array_merge and array_combine in php?
Tell me how to find the length of a string?
What is string in php?
Is laravel better than codeigniter?
What is php constructor?
How to create a table using php?
What is php default argument?
Is php difficult to learn?
Is php worth learning in 2019?
How to check an element is exists in array or not in php?
How can you increase the maximum execution time of a script in php?
What is smarty?
List few sensible functions in PHP?
What are Routines?
What is session and why do we use it?