What is the Diff. Between echo() and Print() in PHP?
Answer Posted / satish
echo is language construct. print is function. echo is
faster. langauge constructs are faster than functions,
always. echo may tek mutiple arguments as well. echo
doesn't give return value.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain me differences between get and post methods?
Which programming language does php resemble?
Why die is used in php?
What are getters and setters and why are they important?
/temp is a type of filesystem directory. State Whether True or False?
What is php stack?
Do you know how to declare an array in php?
What is the interface in php?
What software is required for php?
What is the difference between session_unregister() and session_unset()?
What is a trait in php?
Explain some of the php array functions?
What will the ?getdate() function returns in PHP?
What is string in php?
What is a collection in php?