Question:Between echo () and print () functions which one is the faster and why?
Answer The echo () function is a tad faster than print() function, because it returns nothing, whereas print() function returns 1 if the statement is successfully output.
+ Report
Between echo () and print () functions which one is the faster and why?