Chmod functions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • haggeluring

    Chmod functions

    I'm currenty developing a CMS library in PHP and MySQL. The thing I
    wan't is a chmod like system on the forum; the categories and forums
    work like *nix directories and threads as files. Does anyone have any
    ideas on how I should construct the methods for read and write the octal
    value.

    An idea is the "chmod_read($in t_octal)" returns an array;
    array(read => true, write => false);
Working...