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 to remove duplicate values from php array?
Write down the code for save an uploaded file using php?
Is it difficult to learn php?
Tell me what does the scope of variables means?
What is the use of inner join in mysql?
How can we execute a php script using command line?
How to create a mysql connection in php?
How many ways to include variables in double-quoted strings in php?
What does trim () do in javascript?
What is delimiter php?
What is the difference between array_merge() and array_merge_recursive() in php?
Which function is used in php to delete a file?
Why is php used for web development?
Is php an object or array?
What is PHP's configuration file called?