Whether One-line comment begin with pound sing(#) in php?

Answer Posted / sona

Yes we can give # or // for oneline command

example

//hai
#echo "hai";

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is empty java?

527


What is $_ env in php?

539


How break and continue while loop in php?

480


Is age a variable in research?

478


What is the difference between public, protected and private?

471






What are the advantages of oops in php?

545


What is call by reference in php?

507


what is session_set_save_handler in PHP?

604


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1500


Explain some of the php array functions?

566


How can you tell if a number is even or odd without using any condition or loop?

515


What is the use of htmlentities in php?

499


Is salary fixed or variable cost?

522


Explain me is multiple inheritance supported in php?

524


How to select a database in php?

569