Question:What are the technical difference between echo() and print() function?
Answer The echo() function is a bit faster because it returns nothing, whereas print() will return 1 if the statement is successfully output.
+ Report
What are the technical difference between echo() and print() function?