Are there any functions or operators, which will modify bits in a
variable? If so, which? For example, if I were to use C to set bit 4 on
for variable bit_set, I would use 'bit_set |= 4'.

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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

Reply via email to