PHP Classes

Permissions: Manipulate user access permission using bit masks

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 56%Total: 4,154 This week: 1All time: 733 This week: 560Up
Version License Categories
permission 1.0GNU General Publi...User Management, Math
Description 

Author

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.

Picture of Keith
Name: Keith <contact>
Classes: 1 package by
Country: United States United States
Age: 45
All time rank: 73395 in United States United States
Week rank: 416 Up46 in United States United States Up

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example An example of how to use the permissions class
Plain text file permissions.class.php Class The class deal with bitmask permissions

 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,154
This week:1
All time:733
This week:560Up
User Ratings User Comments (1)
 All time
Utility:81%StarStarStarStarStar
Consistency:89%StarStarStarStarStar
Documentation:-
Examples:72%StarStarStarStar
Tests:-
Videos:-
Overall:56%StarStarStar
Rank:1725
 
very nice! simple and useful! amazing.
15 years ago (Cesar Marinho)
67%StarStarStarStar