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
Where is session value stored php?
How do I run a php script?
Explain the difference between require() and require_once()?
What is array filter php?
How long do php sessions last?
What does a delimiter do in mysql?
What is the difference between myisam and innodb?
What is php and how do you use it?
How to merge values of two arrays into a single array?
What is the difference between array_merge() and array_merge_recursive() in php?
How can you send http header to the client in php?
Write a program in php to reverse a number?
What is new static in php?
What are the methods of array in java?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?