is the same sort of thing for strings in PHP.
Martin
-Original Message-
From: George Whiffen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 11:39 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Different syntax = different performance (concatenating
assignment)
Dear All,
I h
Dear All,
I had always thought of concatenating assignment and concatenation + assignment to the
same variable
as really just syntatical variations i.e. I thought that
$data = $data . ;
and
$data .= ;
were just alternate syntaxes for the same operation. I've always tended to use the
long f
2 matches
Mail list logo