You probably won't be able to measure the difference unless you are doing
10,000 print statements...
Optimize the things that are slow, not the things that are already fast.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Michele Schiavo <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 08, 2001 6:33 AM
Subject: optimize question


> Is most performant for out a sting use
> echo or print ?
> and if I have more print command ex:
> print "aaa",
> print "bbbb";
>
> Is best use a single command with a very long string ?
>
> Thank's michele Schiavo
>
>


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