phprockers-logo

what is the difference between print and echo in php

1. echo is faster than print.
2. print returns a int value and echo returns no value / a void value. 
3. print cannot take multiple expressions

0 comments:

Post a Comment