Posted by joshuajnoble on 11/09/07 14:35
Is there any difference between doing: $var & 0x80; and $var &= 0x80; I've seen the second, using the &= in production code, but on my local machine it errors out. Any thoughts?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming