|
eio_chown(PECL eio >= 0.0.1dev) eio_chown — Change file/direcrory permissions. Описание
resource eio_chown
( string $path
, int $uid
[, int $gid = -1
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]]] )
Changes file, or directory permissions. Список параметров
Возвращаемые значенияeio_chown() returns request resource on success or FALSE on error. Смотрите также
|
|