资 源 简 介
This PHP5 class implements an array of bits, with a length between 1 and 32.
It implements some of the PHP predefined interfaces so it has array-like behaviour (for, foreach, count() and [] all work!)
It also provides static methods for performing bitwise-like operations on your BitArray.
And a toString method for auto string-like behaviour.