|
eio_fchmod(PECL eio >= 0.0.1dev) eio_fchmod — Change file permissions. Описание
resource eio_fchmod
( int $fd
, int $mode
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]] )
eio_fchmod() changes permissions for the file specified by fd file descriptor. Список параметров
Возвращаемые значенияeio_fchmod() returns request resource on success or FALSE on error. Смотрите также
|
|