By kinghomer
via magicode.org
Submitted: Jul 03 2009 / 17:08
Using a bitwise operator is faster than using modulus operators, right? Apparently this is not the case with PHP. If you want to know the definite fastest way of checking for on/off, for instance when deciding background colors for a table cell, then read on.
Add your comment