PHP Assignment Operators Baffled
Posted Monday August 10, 2009 and modified Wednesday November 4, 2009
Filed Under:
Filed Under:
“The basic assignment operator is “=”. Your first inclination might be to think of this as “equal to”. Don’t. It really means that the left operand gets set to the value of the expression on the right (that is, “gets set to”).” – Via
Found this (practical) run down on Assignment Operators of PHP more helpful then this one.


