What is the .= (dot equals) operator in PHP?

QuestionsWhat is the .= (dot equals) operator in PHP?
sethbeckerman5 Staff asked 17 years ago

What does the following line mean, particularly the operator ?

in the code

It seems to make some sort of array such that the last command processes first the first query and then the second.


View on Stack Overflow