How can I test if a number only has on bit set?

So testing different numbers will return TRUE or FALSE:

testing 00010000 would return TRUE.
testing 00000011 would return FALSE.

TIA

Charlie





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

Reply via email to