PHP Incrementing and Decrementing Operators
This shorthand syntax is a nice and simple way to increase or decrease an integer variable by 1: And for subtracting: You may know this already, but there is a bit more to these operators when working with strings that you might not be aware of: It gets even more interesting… See more examples in…