Page 1 of 1

What does this statement for echo mean

Posted: Tue Aug 23, 2011 8:11 am
by qasim_353
The echo() statement operates similarly to print(), except for two differences. First, it cannot
be used as part of a complex expression because it returns void, whereas print() returns a
Boolean. Second, echo() is capable of outputting multiple strings. Please explain with an example for both differences. Thanks

Re: What does this statement for echo mean

Posted: Tue Aug 23, 2011 11:55 am
by pickle
Do your own classwork.

Re: What does this statement for echo mean

Posted: Tue Aug 23, 2011 12:03 pm
by genix2011
php.net is your friend.

echo()
print()