News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
BitMasks Emulate Unix Permissions in PHP (Quickly)
August 09, 2006 @ 16:01:53

Permissions in Unix-based systems have become one of the standard models for development all over the world. They're simple to learn and use while being extremely powerful at the same time. In this new article (as contributed by Eric Potvin) from PHPBuilder.com today, they bring this power to the realm of PHP with bitmasks.

Bitmasking is a very useful method to emulate Unix-style file permissions (read/write/execute for example). What's nice about a PHP implementation is that you can configure your own bitmasks and use them for any kind of permissions in your scripts and applications. The implementation is relatively simple as well.

They start by defining a few of the permission levels (add/delete/denied) in PHP constants before showing the bitMask() function you can use to check a user's permissions. They also include some simple pseudo-code to show how it's used. For more information, check out the complete article here.

1 comment voice your opinion now!
bitmask unix permissions tutorial define constants bitmask unix permissions tutorial define constants


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Intro to MVC Programming with Agavi, Part 1: Open a whole new world with Agavi

DevShed: Introducing Mediator Classes in PHP 5

SitePoint PHP Blog: pTest: PHP Unit Tester in 9 Lines Of Code

ProDevTips Blog: Nice ZF, jQuery and Smarty combo

WebReference.com: User Personalization with PHP: The Home Page


Community Events











Don't see your event here?
Let us know!


language development conference release code tool podcast series functional introduction framework object example unittest phpunit testing opinion community interview zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework