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

AnyExample.com: Bar chart HTML generator

Bhaskar Karambelkar\'s Blog: Prototyping LAMP with WAMP

DevShed: Moving Presentation Logic Out of Views with CodeIgniter

Cake Baker's Blog: A simple SOAP example

Chris Jones: Quick Debugging of PHP Scripts in Emacs with Geben and Xdebug


Community Events











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


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

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