Posted by Joerg Simon on 05/29/06 21:38
Hi everybody,
Whis is mainly because I am curious ;) :
I just wandered which of the two following things is faster:
$var = 'much text asdlkfasdfaslkdfasl' . "\n";
or
$var = "much text asdlkfasdfaslkdfasl\n";
So is the string concat of the parsing of the string faster?
Thanks for any answer!!
Joerg Simon
Navigation:
[Reply to this message]
|