|
eio_futime(PECL eio >= 0.0.1dev) eio_futime — Change file last access and modification times Описание
resource eio_futime
( int $fd
, float $atime
, float $mtime
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]] )
eio_futime() changes file last access and modification times. Список параметров
Возвращаемые значенияeio_futime() returns request resource on success or FALSE on error. Смотрите также
|
|