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.
|
|
| Name: |
Permissions |
| Base name: |
permission |
| Description: |
Manipulate user access permission using bit masks |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
3900 users |
| All time rank: |
694 |
| Week users: |
3 users |
| Week rank: |
940  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (84.1%) |
Good (93.2%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (58.9%) |
925 |
| Month: |
Not yet rated by the users |
| |
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 |
|
|