PHP.nl

eio_chown

eio_chown

Change file/directory permissions

resource **eio_chown** string $path int $uid int $gid int $pri callable $callback mixed $data

Changes file, or directory permissions.

pathPath to file or directory.

uidUser ID. Is ignored when equal to -1.

gidGroup ID. Is ignored when equal to -1.

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

returns request resource on success,return.falseforfailure.

eio_chown

eio_chmod