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 the difference between echo, print and printf()?
Do you know how to delete a file from the system?
What is the best php framework 2018?
What is get method in java?
Explain the syntax for ‘foreach’ loop with example.
What is php beginner?
Write syntax to open a file in php?
Tell me what library is used for pdf in php?
How can we display information of a variable and readable by human with php?
Why echo is faster than print in php?
What is php call function?
Can you explain, when to use if-else if-else over switch statements?
What is scope of variable in php?
Does php have multiple inheritance?
What is the purpose of php?