> -----Original Message-----
> From: Alexander Wagner [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 06, 2001 3:24 PM
> To: [EMAIL PROTECTED]
> Cc: PHP
> Subject: Re: [PHP] Print or Echo.
> 
> 
> 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
> 


http://www.e-gineer.com/articles/php-hackers-paradise.phtml

More details here on Print/Echo/Inline

Jason Lotito
www.NewbieNetwork.net
Where those who can, teach;
and those who can, learn.


-- 
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]

Reply via email to