What is += used for?

前端 未结 11 1900
醉酒成梦
醉酒成梦 2021-01-12 02:00

I think this is a dumb question but I could not find it on php. Why is a + with the = in the following code:

function calculateRanking()
{
    $created = $th         


        
11条回答
  •  难免孤独
    2021-01-12 02:32

    I just wanted to add that this information is, indeed, on PHP's website in the section on operators, or more specifically, assignment operators.

提交回复
热议问题