What is the Diff. Between echo() and Print() in PHP?
Answer Posted / arvind pippal
echo is the multiple funtion,print does not multiple
parameters. It is also generally argued that echo is
faster, but usually the speed advantage is negligible, and
might not be there for future versions of PHP.
advantages as formatted output, but it’s the slowest way to
print out data out of echo, print.
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
How do I escape data before storing it into the database?
How do I end a php session?
What does empty mean in php?
How to remove duplicate values from php array?
Explain mysql_errno()?
Is php class name case sensitive?
Which is better wamp or xampp?
Should I use mysqli or pdo?
How to get the ip address of the client?
Why print_r is used in php?
What is a closure in php?
What is the use of mvc in php?
What does nan stand for computer science?
Why php 7 is faster?
What do you use php for?