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
What is $_ get in php?
How failures in execution are handled with include() and require() functions?
What is a collection in php?
How do I repair phpmyadmin?
Where is the functions php in wordpress?
What is the difference between $message and $$message in php?
What is array filter in php?
What php framework does wordpress use?
Is key exist in array php?
What is session cookies php?
Where is php code written?
What is mysqli_real_escape_string?
Is null empty php?
Explain Booleans in PHP?
What is the expansion of LAMP?