In PHP what is .=?
Posted
by Doug
on Stack Overflow
See other posts from Stack Overflow
or by Doug
Published on 2010-04-30T00:45:59Z
Indexed on
2010/04/30
0:57 UTC
Read the original article
Hit count: 438
What is .= in PHP? Also, I know in JavaScript, you can use += to add strings together, but can you do that in PHP?
© Stack Overflow or respective owner