eio_unlink
PHP function
Edit on GitHub ✎
(PECL eio >= 0.0.1dev)
Delete a name and possibly the file it refers to
Description
eio_unlink(string $path, int $pri = EIO_PRI_DEFAULT, callable $callback = NULL, mixed $data = NULL): resource
eio_unlink() deletes a name from the file system.
Parameters
pathPath to file
priValues
callbackProto
dataArbitrary variable passed to
callback.
Return Values
eio_unlink() returns request resource on success,Falseforfailure.