News Feed
Jobs Feed
Sections

Recent Jobs

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




Similar Posts

php|architect: Using PHP5's SOAP Support

WebReference.com: How to Create a Search Feature with PHP and MySQL

AnyExample.com: Bar chart HTML generator

Paul Jones' Blog: Sending Mail with Solar

Chris Hartjes' Blog: Using CakePHP's Native Web Service Support


Community Events







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


release PHP5 developer database job conference security framework mysql cakephp releases ajax book zend example application PEAR zendframework package code

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