View Single Post
Old 10-20-2012, 07:01 PM   #6
henryc10
Registered User
 
Join Date: Oct 2012
Posts: 33
Difference between echo and print
1. Speed (echo is slightly faster than print)
2. Parameter (echo can take multiple parameters unlike print)
3. Expression (print can be used as part of more complex expression where echo cannot)

die is another thing which has the same functionality of exit
henryc10 is offline   Reply With Quote