|
eio_rmdirRemove a directory Description
resource eio_rmdir
( string
$path
[, int $pri = EIO_PRI_DEFAULT
[, callable $callback = NULL
[, mixed $data = NULL
]]] )eio_rmdir removes a directory. Parameters
Return Values
eio_rmdir returns request resource on success or ExamplesExample #1 eio_rmdir example
<?php The above example will output something similar to: eio_rmdir_ok See Also
|