Jeff Oien wrote:
> "As for a print vs. echo, echo gives you more options,
> such as being able to continue output on multiple lines
> like an <<EOT in perl. Look at the above notes. With print
> you would not be able to accomplish this."
There's another difference. print() returns true on success and false
when called after a connection abort. Echo doesn't, and that's why it's
slightly (very slightly) faster.
regards
Wagner
--
Assumption is the mother of all fuck-ups.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]