PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2004-03-04 (12 years ago) RSS 2.0 feedStarStarStar 58%Total: 4,120 This week: 1All time: 720 This week: 1,047Down
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

  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,120
This week:1
All time:720
This week:1,047Down
User Ratings User Comments (1)
 All time
Utility:84%StarStarStarStarStar
Consistency:93%StarStarStarStarStar
Documentation:-
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:58%StarStarStar
Rank:1288
 
very nice! simple and useful! amazing.
8 years ago (Cesar Marinho)
67%StarStarStarStar