mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
uv_fs_rmdir(uv_default_loop(), "hoge", function($result){
|
|
var_dump($result);
|
|
});
|
|
|
|
uv_run();
|