PHP Assignment Operators
In general, the PHP assignment operators can be used to assign new values into PHP variables and that can be done using the equal operator (=) and some other operators else. In other words, the PHP assignment operators are used to set a new value to a PHP variable. So, the most common operator is