How many Types of COmments are there in PHP and what are they?

Answers were Sorted based on User's Feedback



How many Types of COmments are there in PHP and what are they?..

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

How many Types of COmments are there in PHP and what are they?..

Answer / aditya sharma

single line comment
// OR #

multiline comment
/* ------------------- */

Is This Answer Correct ?    20 Yes 5 No

How many Types of COmments are there in PHP and what are they?..

Answer / ramesh n

two ways

single line comment
//

multi line comment
/* ------------------- */

Is This Answer Correct ?    15 Yes 6 No

How many Types of COmments are there in PHP and what are they?..

Answer / zacharia

3

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More PHP Interview Questions

Are php sessions secure?

0 Answers  


What is difference between sql and php?

0 Answers  


What is php mainly used for?

0 Answers  


What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?

1 Answers  


How can you retrieve a cookie value?

0 Answers  


Explain the difference between php4 and php5.

0 Answers  


Write a program to display a table of any given number?

0 Answers  


Which is better php or wordpress?

0 Answers  


What is the Default syntax used in PHP?

0 Answers  


What is xss and csrf?

0 Answers  


What is the use of count() function in php?

0 Answers  


can anyone tel me about the Expression engine Note:Its a CMS in Php

2 Answers  


Categories