View Single Post
  #8  
Old 02-28-2011, 03:57 PM
shiann's Avatar
shiann shiann is offline
Horse Tamer :3
 
Join Date: Jun 2010
Posts: 70
Gender: Female
Credits: 6,123
shiann
Default

Quote:
Originally Posted by fadillzzz View Post
Echo is slightly faster than print because it doesn't have a return value.
It's also 1 less character than print so it's really useful for the lazy people
Echo can take multiple expressions while print can't.
PHP Code:
echo "Hello" "World"
Other than that, there's nothing different about these two
What's a return value? other than that, I get it, thank you. :)
__________________
Hai there. :3 All I got for now.
Reply With Quote