As I can see, it´d be too much faster to decide by yourself than reading all 
theese answers and understanding their differences and taking people´s time 
for nothing.

-- 
João Cândido de Souza Neto

"saeed ahmed" <saeed....@gmail.com> escreveu na mensagem 
news:aanlktikh6g5ilsz3hkxatg=h1wzobgoko7byngo0p...@mail.gmail.com...
> $a = 'hey';
> $b = 'done';
>
> $c = $a.$b;
> $c = "$a$b";
>
> which one is faster for echo $c.
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to