How many Types of COmments are there in PHP and what are they?
Answer Posted / aditya sharma
single line comment
// OR #
multiline comment
/* ------------------- */
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is an operator in php?
What sized websites have you worked on in the past?
How to check a key exist in an array?
How to remove leading and trailing spaces from user input values in php?
Tell me what does the scope of variables means?
Is null function in php?
Is php case sensitive?
What is the difference between implode() and explode() in php?
Describe session in php.
How to turn on the session support in php?
What is meant by urlencode and urldecode?
What is split function in php?
Tell me what is needed to be able to use image function?
How to write in a file in php?
What is ci in php?