What is the difference between echo and print statement in php?
?
2010-07-02 10:11:34 UTC
What is the difference between echo and print statement?
Three answers:
?
2010-07-03 19:15:29 UTC
Difference1:
echo() can take multiple expressions,Print cannot take multiple expressions.
echo has the slight performance advantage because it doesn't have a return value.
True, echo is a little bit faster.
echo() can take multiple expressions,Print cannot take multiple expressions.
Print return true or false based on success or failure whereas echo just does what its told without letting you know whether or not it worked properly.
spriggs
2017-02-28 19:03:15 UTC
Difference Between Echo And Print
anonymous
2016-04-13 07:53:44 UTC
both will be one manual and other one will be physical
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.