echo() - It is a construct.if you want to pass more than one parameter to echo(), the parameters must not be enclosed within parentheses. it doesn't return anything. echo can accept more than one parameter
print() - it is a function(not a real function). it returns 1 always.
Post a Comment