Bitset 3.2.0

BITSET extension


The BitSet extension assists by providing a mechanism to manage sets of bits.
This provides a similar API (object-based) to java.util.BitSet with some PHP-specific flavoring.

License: PHP-3.01

Changes

- fix BitSet::fromArray() to allow setting bit 0
- add BitSet::fromInteger() and BitSet::toInteger()