Difference between echo and print in php

1 min



There is slight difference between echo and print. But both are used to print line of code to the browser.

Difference between echo and print
Difference between echo and print

There are two main difference between echo and print:-

  1. echo does not return any value while print returns true or false on successful print.
  2. echo is faster than print.

I advice you to use echo in your code and don’t use echo and print both because it will confuse other programmers who watch your code.



Like it? Share with your friends!

Junaid Rehman

I am a blogger and freelance web developer by profession. I love to blog and learn new things about programming and IT World.