Whether One-line comment begin with pound sing(#) in php?
Answer Posted / nutan bhatnagar
There are three way to comment a code two are for single
line and one for mulitple line.
For Single line comment
// echo hello ;
# echo hello;
For Multiple line comment
/*
echo hello;
echo "Happy New Year - 2010"
*/
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How to stop the execution of php script?
What are php keywords?
What is php variable?
What is the alternative structure for control structures?
What is the function func_num_args() used for?
What do you use php for?
What is the php function that removes the first element of the array and returns it?
Write a statement to show the joining of multiple comparisons in php?
What is the output of the ucwords function in this example?
How to get a total number of rows available in the table?
How do I find out the number of parameters passed into function9?
Is php is dying?
What are arguments in php?
What does trim () do in javascript?
Explain $_FILES Superglobal Array?