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 |
Are php sessions secure?
What is difference between sql and php?
What is php mainly used for?
What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
How can you retrieve a cookie value?
Explain the difference between php4 and php5.
Write a program to display a table of any given number?
Which is better php or wordpress?
What is the Default syntax used in PHP?
What is xss and csrf?
What is the use of count() function in php?
can anyone tel me about the Expression engine Note:Its a CMS in Php