|
eio_unlink(PECL eio >= 0.0.1dev) eio_unlink — Delete a name and possibly the file it refers to Описание
resource eio_unlink
( string $path
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]] )
eio_unlink() deletes a name from the file system. Список параметров
Возвращаемые значенияeio_unlink() returns request resource on success or FALSE on error. |
|