What Are Assignment Operators in PHP ?
Take the full course from here:
http://php.link/bootcamp
this PHP tutorial you will continue to learn about Assignment Operators.
assignment operators are used with numeric values to write a value to a variable, "=" means that the left operand gets set to the value of the assignment expression on the right.