Re: Speeding question, " vs '
- From: "C. (http://symcbean.blogspot.com/)" <colin.mckinnon@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 05:11:12 -0700 (PDT)
On 30 Apr, 13:08, jodleren <sonn...@xxxxxx> wrote:
Hi!
It just crossed my mind, that I usually do it like this:
$whatver=$_POST["returned_value"];
instead of
$whatver=$_POST['returned_value'];
The latter should be faster, as within ' nothing is replaced as in ".
I now wornder, what difference this makes in speed?
It should make some, but not really.... then again, with 10000000
users, it might.
What do you do?
If it it was that important to me I'd:
1) research the issue - which is well documented
2) test it for myself
and perhaps even share my findings.
C.
.
- References:
- Speeding question, " vs '
- From: jodleren
- Speeding question, " vs '
- Prev by Date: Speeding question, " vs '
- Next by Date: Re: IS a PHP programmer typing <?php ?> most of the time when he is at work?
- Previous by thread: Speeding question, " vs '
- Next by thread: Re: Speeding question, " vs '
- Index(es):