Is there any difference between a = a + b and a += b expressions in PHP?

Started by Reid, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Alistair

Hi, I'd like to ask you a big problem, is there any difference between a = a + b and a += b expressions in php? Please inform me as soon as possible.