 |
|
Innovation award
 Nominee: 2x |
This class is meant to manipulate compact array of bit values. These values are represented as booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0).
The class can manipulate bit arrays that are stored internally as strings.
The bit arrays may have variable length that is specified when an object of the class is created. Currently the length is limited to 32 bits.
The class provides functions to get and set individual bits values. It also provides functions to perform the bitwise logical operations between two bit arrays AND, OR, XOR and also NOT operartion to invert the bits of one array.
The class is a PHP port of the BitArray class of the .NET framework.
|
|
| Name: |
Bit Array |
| Base name: |
bitarray |
| Description: |
Manipulate compact arrays of bit values |
| Version: |
- |
| PHP version: |
- |
| License: |
Free for non-commercial use |
| All time users: |
909 users |
| All time rank: |
3436 |
| Week users: |
0 users |
| Week rank: |
2054  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|