[PHP] Exotic Assign operators what do they do.

2003-02-13 Thread Jeff Bearer
The PHP manual neglects to tell us what these assignment operators are,
can somebody point me to what they mean?

 =
 |=
 ^=
 ~=
 =
 =

just curious that's all

-- 
Jeff Bearer, RHCE
Webmaster, PittsburghLIVE.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Exotic Assign operators what do they do.

2003-02-13 Thread Chris Hayes
At 20:38 13-2-2003, you wrote:

The PHP manual neglects to tell us what these assignment operators are,
can somebody point me to what they mean?

http://nl.php.net/manual/en/language.operators.bitwise.php
please also chek the user annotations for examples



 =
 |=
 ^=
 ~=
 =
 =

just curious that's all

--
Jeff Bearer, RHCE
Webmaster, PittsburghLIVE.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php