[PHP] Re: unix permission converter

2001-08-21 Thread Richard Lynch
I have written a Permission Converter which converts unix permissions (the ones we know from CHMOD) into a - delimited string of numbers. I also made it that it supports one more level (unix only has 3 different types of permissions, (r,w,x) while mine can handle a fourth one. Since I'm just

[PHP] Re: unix permission converter

2001-08-21 Thread Raphael Pirker
Hi Richard, The system is not for any boxes use - it's for the user-access system I'm developing for my companie's Website. I copied the system they use at unix a little. We have READ and WRITE permissions and 4 different user-categories. 1,2,4,8 - the reason I'm splitting this up is actually