I have a variable that is being defined as
$var .= "value";
How does the use of the dot equal function?
|
|
It's the concatenating assignment operator. It works similarly to:
I think |
|||||||
|
|
This is for concatenation
|
|||
|
|
|
the " Example:
This is same as:
the " |
||||