PHP.nl

eio_fchmod

eio_fchmod

Change file permissions

resource **eio_fchmod** mixed $fd int $mode int $pri callable $callback mixed $data

changes permissions for the file specified by file descriptor. eio_fchmod``fd

fd Stream, Socket resource, or numeric file descriptor, e.g. returned by . eio_open

modeThe new permissions. E.g. 0644.

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

returns request resource on success,return.falseforfailure.

eio_fchmod

eio_fchown