09-14-2008, 10:25 AM
|
#4 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
For the first two operators: http://php.net/operators.bitwise (^) and http://php.net/operators.arithmetic (-)
For the & operator: http://php.net/references.pass
Those manual pages should provide enough information to understand what's going on, if not just ask here.
|
|
|
|