|
eio_truncate(PECL eio >= 0.0.1dev) eio_truncate — Truncate a file Описание
resource eio_truncate
( string $path
[, int $offset = 0
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]]] )
eio_truncate() causes the regular file named by path to be truncated to a size of precisely length bytes Список параметров
Возвращаемые значенияeio_busy() returns request resource on success or FALSE on error. Смотрите также
|
|