Re: concatenating with "." or ","

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That is why i love this list. Always something new to learn.
What I am still wondering about is if it is faster to use commas or
the "{}" brackets? ( I don't know how that technique is called, since
I'm not a walking dictionary)

Example:

$var = "blah blah";
echo $var,"test";
echo "{$var}test";

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux