PHP.nl

eio_chmod

eio_chmod

Change file/directory permissions

resource **eio_chmod** string $path int $mode int $pri callable $callback mixed $data

changes file, or directory permissions. The new permissions are specified by . eio_chmod``mode

pathPath to the target file or directory

mode The new permissions. E.g. . 0644

pri``callback``data Arbitrary variable passed to . callback

returns request resource on success,return.falseforfailure.

eio_chmod

eio_chown