Home
last modified time | relevance | path

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

/php-uv/examples/
H A Dfs_poll.php3 $poll = uv_fs_poll_init(uv_default_loop());
/php-uv/tests/
H A D320-fs-poll.phpt7 $poll = uv_fs_poll_init(uv_default_loop());
/php-uv/
H A DREADME.md477 * if you want to use PHP's stream or socket resource. see uv_fs_poll_init and uv_fs_read.
2889 ### uv uv_fs_poll_init([resource $uv_loop])
H A Dphp_uv.c6210 PHP_FUNCTION(uv_fs_poll_init) argument
6221 PHP_UV_INIT_UV_EX(uv, uv_fs_poll_ce, uv_fs_poll_init);
6350 PHP_FE(uv_fs_poll_init, arginfo_uv_fs_poll_init)

Completed in 79 milliseconds