Re: Operator question

From: Jon Kriek (kriek_at_phpfreaks.com)
Date: 12/09/03


To: php-general@lists.php.net
Date: Tue, 9 Dec 2003 13:17:34 -0500

Assignment Operators
http://www.php.net/manual/en/language.operators.assignment.php

Incrementing/Decrementing Operators Arithmetic Operators
http://www.php.net/manual/en/language.operators.increment.php

Arithmetic Operators
http://www.php.net/manual/en/language.operators.arithmetic.php

Operator Precedence
http://www.php.net/manual/en/language.operators.php

"Jeff McKeon" <jmckeon@telaurus.com> wrote in message
news:B3F5C378E4B6034CA27B15C99E9133CE7B2210@exch01tc07927.telaurus.net...
In PHP, what does the operator "-=" do? I can't find a ref to it's
function in the online manual or any books I have.

Thanks,

Jeff