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

how many types of error in PHP.

3 Answers  


What is the actually used php version?

0 Answers  


Explain which cryptographic extension provide generation and verification of digital signatures?

0 Answers  


How to call javascript function in php on button click?

0 Answers  


Who is the father of php?

0 Answers  






Tell me how is it possible to propagate a session id?

0 Answers  


Tell me how to strip whitespace (or other characters) from the beginning and end of a string?

0 Answers  


What are php data types?

0 Answers  


find highest salary

8 Answers  


What are the differences between public, private, protected, static, transient, final and volatile?

3 Answers  


How many php functions are there?

0 Answers  


How data or variable can be receive or send from PHP to HTML page??

3 Answers   TCS,


Categories