How many Types of COmments are there in PHP and what are they?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aditya sharma
single line comment
// OR #
multiline comment
/* ------------------- */
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / ramesh n
two ways
single line comment
//
multi line comment
/* ------------------- */
| Is This Answer Correct ? | 15 Yes | 6 No |
Difference between $message vs. $$Message in php.
What are the encryption functions in php?
How to update memcached when you make changes to php?
What does odbc do in context with php?
What is the meaning of "enctype= multipart/form-data" ?
What is php7?
What are the limitations or drawbacks of PHP ?
Tell me what is the main difference between php 4 and php 5?
What is local variable in php?
What is ltrim?
What is difference between session_unset and session_destroy?
What is the difference between a session and cookies?