eio_fchown
eio_fchown
Change file ownership
resource **eio_fchown** mixed $fd int $uid int $gid int $pri callable $callback mixed $data
changes ownership of the file specified by
file descriptor.
eio_fchown``fd
fdStream, Socket resource, or numeric file descriptor.
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_chmod
eio_fchmod