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
Which is not a file-related function in php?
Is php a cms?
How can we check the value of a given variable is a number?
What are php applications?
Do while loops?
What are the difference between array_keys() and array_key_exists() in php?
How to remove the new line character from the end of a text line in php?
What is super keyword in php?
What is the use of friend function in php?
Are static variables final?
Does php support multithreading?
What are Routines?
What is orm in php framework?
What is polymorphism in oop php?
Which escape sequences can be used in single quoted strings in php?