Combined assignments operations in PHP
There are a few combined assignments operators in PHP. These operations are represented with a type of mathematical function that needs to be performed and the equal sign.
It is possible to perform the following operations: addition, subtraction, multiplication, division and modulus or remainder. The last one is represented with a percent sign.
Comments
Post a Comment