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
Can you explain, when to use if-else if-else over switch statements?
How to enable cURL in PHP?
How can we make a constant in php?
How do you identify independent and dependent variables in research?
What is polymorphism?
What are examples of independent and dependent variables?
Explain type casting and type juggling.
What is php compared to html?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
How do I stop a php script?
What is factory pattern in php?
Does facebook use php framework?
What is full form of php? Who is the father or inventor of php?
How do I see how many pages per session in google analytics?
How to specify argument default values?