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
What is PECL?
How to find length of an array in php ?
What is curl php?
Explain do you use composer? If yes, what benefits have you found in it?
What is the difference between php and cakephp?
What is the function of mysql_real_escape_string in php?
How can we connect to a mysql database from a php script?
What is php how it works?
Can I run php without xampp?
Does php support overloading?
Explain the difference between urlencode and urldecode?
What are the string function in php?
Which function is used in php to check the data type of any variable?
What is the maximum size of a database in mysql?
Write a program using while loop?