Whether One-line comment begin with pound sing(#) in php?
Answers were Sorted based on User's Feedback
Answer / sona
Yes we can give # or // for oneline command
example
//hai
#echo "hai";
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / 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 |
how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
What is a query in a database?
Is empty check in php?
Why do we create an instance of a class in php?
How many types of array are there in php?
Explain about getters and setters in php?
what is used for tmp table in oracle?
Explain preg_Match and preg_replace?
How do I check environment variables?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
How can you get, the total size of a certain directory?
Is there any function to find repeated value in an array? What is w2 standard