This class uses integer bit masks to represent user access permissions. Each bit of an integer permission value represents one condition that determines whether the user can read, write, delete, etc. an associated resource. This allows easy and acurate storage of complex sets permissions in a single integer value.
The class can convert back and forth between permission bit mask values and an associative array of boolean values that has separate entries for each permission bit.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (84.1%) |
Good (93.2%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (58.9%) |
786 |
| Month: |
Not yet rated by the users |
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.