concat of ""
- From: Joerg Simon <j_simon@xxxxxx>
- Date: Mon, 29 May 2006 20:38:29 +0200
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
.
- Follow-Ups:
- Re: concat of ""
- From: Janwillem Borleffs
- Re: concat of ""
- Prev by Date: Re: Problem getting included source code to work.
- Next by Date: Re: concat of ""
- Previous by thread: trying to find the Best php forum software...HELP!
- Next by thread: Re: concat of ""
- Index(es):