View Single Post
  #9  
Old 03-01-2011, 01:17 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,352
fadillzzz is an unknown quantity at this point
Default

Quote:
Originally Posted by shiann View Post
What's a return value? other than that, I get it, thank you. :)
http://en.wikipedia.org/wiki/Return_statement

As far as I know, print always returns 1.
Also I just found out that you can do the following with print but no echo
PHP Code:
<?php $isFoo and print 'foo'?>
Reply With Quote