Bitset

pecl install Bitset

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.

Maintainer

  • Will Fitch (lead )
  • Remi Collet (lead )
  • Alexander Veremyev (lead )

Details

Stars: 16
Downloads: 119809
3.2.0
1 year ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 3.2.0 change log


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

requires:

  • php >=7.0.0
  • pearinstaller >=1.10.0