Posts Tagged ‘ bit manipulation ’

Bit manipulation in PHP

June 2, 2010
By

Although you probably never need it as much as a C-programmer would, it’s not a bad idea to know how bit manipulation works. This post will tell you a bit about what bit manipulation is, why you could use it and how you are using it already (with or without knowing)

Read more »