Home
last modified time | relevance | path

Searched refs:uv_fs_event_init (Results 1 – 4 of 4) sorted by relevance

/php-uv/examples/
H A Dfsevent.php3 $fsevent = uv_fs_event_init(uv_default_loop(), "/tmp/", function($rsc, $name, $event, $status) {
/php-uv/tests/
H A D320-fs-event.phpt7 $ev = uv_fs_event_init(uv_default_loop(), dirname(DIRECTORY_PATH), function($rsc, $name, $event, $s…
/php-uv/
H A Dphp_uv.c5932 PHP_FUNCTION(uv_fs_event_init) argument
5952 PHP_UV_INIT_UV_EX(uv, uv_fs_event_ce, uv_fs_event_init);
6434 PHP_FE(uv_fs_event_init, arginfo_uv_fs_event_init)
H A DREADME.md2744 ### resource uv_fs_event_init(resource $loop, string $path, callable $callback, long $flags = 0)

Completed in 54 milliseconds