Bit manipulation in PHP.md 464 B


Title: "Bit manipulation in PHPs" Date: 2017-03-09 10:02:38 Categories: [programming] tags: [php]

Authors: sedlav

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)

Link